:root {
  --ink: #17191d;
  --muted: #66707d;
  --line: #dde3e8;
  --paper: #f5f6f4;
  --white: #ffffff;
  --steel: #46515e;
  --teal: #087885;
  --amber: #c98217;
  --rust: #95372f;
  --shadow: 0 18px 44px rgba(21, 24, 28, 0.1);
  --radius: 8px;
  --max: 1180px;
  --section-x: clamp(20px, 5vw, 72px);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}

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

figure {
  margin: 0;
}

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

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 68px;
  padding: 12px clamp(18px, 4vw, 56px);
  color: var(--white);
  transition:
    background 180ms ease,
    box-shadow 180ms ease,
    color 180ms ease;
}

.site-header.is-scrolled,
.site-header.is-open {
  color: var(--ink);
  background: rgba(245, 246, 244, 0.96);
  box-shadow: 0 8px 30px rgba(21, 24, 28, 0.08);
  backdrop-filter: blur(16px);
}

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

.brand-mark {
  display: grid;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  place-items: center;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 0.98rem;
  line-height: 1.1;
}

.brand small {
  color: currentColor;
  font-size: 0.72rem;
  opacity: 0.76;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2.4vw, 28px);
  margin-left: auto;
  font-size: 0.86rem;
  font-weight: 700;
}

.site-nav a {
  position: relative;
  padding: 8px 0;
}

.site-nav a:not(.nav-cta)::after {
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  height: 2px;
  background: var(--amber);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 160ms ease;
}

.site-nav a:not(.nav-cta):hover::after,
.site-nav a:not(.nav-cta).is-active::after {
  transform: scaleX(1);
}

.nav-cta {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 0 14px;
  color: var(--white);
  background: var(--teal);
  border-radius: var(--radius);
}

.header-tools {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-left: clamp(12px, 1.6vw, 22px);
}

.language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 10px 0 12px;
  color: inherit;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid currentColor;
  border-radius: var(--radius);
  font-size: 0.76rem;
  font-weight: 800;
  white-space: nowrap;
}

.site-header.is-scrolled .language-switcher,
.site-header.is-open .language-switcher {
  background: var(--white);
  border-color: var(--line);
}

.language-switcher select {
  max-width: 84px;
  color: inherit;
  font: inherit;
  background: transparent;
  border: 0;
  outline: 0;
}

.language-switcher option {
  color: var(--ink);
}

.site-header.is-scrolled .nav-cta,
.site-header.is-open .nav-cta {
  color: var(--white);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  color: inherit;
  background: transparent;
  border: 1px solid currentColor;
  border-radius: var(--radius);
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: 78vh;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--white);
  padding: 110px var(--section-x) 72px;
}

.hero-media,
.hero-shade {
  position: absolute;
  inset: 0;
}

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

.hero-shade {
  background:
    linear-gradient(90deg, rgba(8, 13, 18, 0.82), rgba(8, 13, 18, 0.44) 48%, rgba(8, 13, 18, 0.1)),
    linear-gradient(0deg, rgba(8, 13, 18, 0.28), transparent 46%);
}

.hero-content {
  position: relative;
  max-width: 720px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--amber);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 720px;
  margin-bottom: 18px;
  font-size: clamp(2.7rem, 5vw, 4.8rem);
  line-height: 1.03;
  letter-spacing: 0;
}

h2 {
  max-width: 760px;
  margin-bottom: 18px;
  font-size: clamp(1.75rem, 3.25vw, 3.25rem);
  line-height: 1.08;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.08rem;
  line-height: 1.2;
}

.hero-copy {
  max-width: 600px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1rem, 1.25vw, 1.12rem);
}

.hero-actions,
.button {
  display: flex;
  align-items: center;
}

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

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.hero-proof span {
  padding: 7px 10px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.78rem;
  font-weight: 800;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

.button {
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: var(--radius);
  font-weight: 800;
  border: 1px solid transparent;
  cursor: pointer;
  transition:
    background 160ms ease,
    border-color 160ms ease,
    transform 160ms ease;
}

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

.button.primary {
  color: var(--white);
  background: var(--teal);
}

.button.primary:hover {
  background: #066d78;
}

.button.secondary {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.58);
  background: rgba(255, 255, 255, 0.08);
}

.metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  background: var(--white);
  border-bottom: 1px solid var(--line);
}

.metrics div {
  min-height: 104px;
  padding: 22px clamp(18px, 3vw, 34px);
  background: var(--white);
  border-right: 1px solid var(--line);
}

.metrics div:last-child {
  border-right: 0;
}

.metrics strong {
  display: block;
  color: var(--rust);
  font-size: clamp(1.85rem, 3.2vw, 3.1rem);
  line-height: 1;
}

.metrics span {
  display: block;
  max-width: 210px;
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.92rem;
}

section:not(.hero):not(.metrics) {
  padding: clamp(64px, 7.5vw, 104px) var(--section-x);
}

.section-head,
.intro,
.buyer-grid,
.service-grid,
.capability-grid,
.specs-layout,
.application-layout,
.process-list,
.project-grid,
.faq-grid,
.contact {
  max-width: var(--max);
  margin-right: auto;
  margin-left: auto;
}

section[id] {
  scroll-margin-top: 86px;
}

.section-band {
  background: var(--white);
}

.section-head {
  margin-bottom: clamp(28px, 4vw, 46px);
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(300px, 0.7fr);
  gap: clamp(30px, 5vw, 72px);
  align-items: start;
}

.intro p:not(.eyebrow) {
  color: var(--muted);
  max-width: 620px;
  font-size: clamp(1rem, 1.25vw, 1.12rem);
}

.compact-intro .section-head {
  margin-bottom: 0;
}

.buyer-path {
  background: var(--paper);
}

.buyer-path {
  padding-top: clamp(48px, 6vw, 76px) !important;
}

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

.buyer-grid article {
  min-height: 176px;
  padding: clamp(22px, 2.7vw, 32px);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.buyer-grid span,
.project-card span {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--teal);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.buyer-grid h3 {
  max-width: 460px;
  margin-bottom: 8px;
  font-size: clamp(1.18rem, 1.65vw, 1.65rem);
}

.buyer-grid p {
  max-width: 580px;
  color: var(--muted);
  font-size: 0.95rem;
}

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

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

.service-card {
  display: grid;
  grid-template-columns: minmax(180px, 0.42fr) 1fr;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 16px 42px rgba(21, 24, 28, 0.06);
  transition:
    box-shadow 180ms ease,
    transform 180ms ease,
    border-color 180ms ease;
}

.service-card:hover {
  border-color: #c8d1d8;
  box-shadow: var(--shadow);
  transform: translateY(-2px);
}

.service-card img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
}

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

.service-card h3 {
  margin-bottom: 8px;
  font-size: 1.02rem;
}

.service-card p {
  font-size: 0.94rem;
}

.service-card span,
.process-list span {
  color: var(--teal);
  font-size: 0.75rem;
  font-weight: 900;
}

.service-card p,
.capability-grid p,
.specs-copy p,
.spec-table span,
.application-list p,
.process-list p,
.faq p,
.contact-copy p,
address {
  color: var(--muted);
}

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

.capability-grid div {
  min-height: 184px;
  padding: 22px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.specs {
  background: #edf1f2;
}

.specs-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.46fr) minmax(440px, 1fr);
  gap: clamp(28px, 5vw, 68px);
  align-items: start;
}

.specs-copy {
  position: sticky;
  top: 104px;
}

.specs-copy p {
  margin-bottom: 24px;
  font-size: 1rem;
}

.text-button {
  width: fit-content;
  color: var(--ink);
  border-color: var(--ink);
  background: transparent;
}

.text-button:hover {
  color: var(--white);
  background: var(--ink);
}

.spec-table {
  display: grid;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 12px 30px rgba(21, 24, 28, 0.06);
}

.spec-table div {
  display: grid;
  grid-template-columns: minmax(150px, 0.34fr) 1fr;
  gap: 18px;
  padding: 16px 20px;
  border-bottom: 1px solid var(--line);
}

.spec-table div:last-child {
  border-bottom: 0;
}

.spec-table span {
  font-size: 0.82rem;
  font-weight: 800;
}

.spec-table strong {
  font-size: 0.94rem;
  line-height: 1.42;
}

.application-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(340px, 0.72fr);
  gap: clamp(32px, 6vw, 86px);
  align-items: start;
}

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

.application-list article {
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}

.application-list article:first-child {
  border-top: 1px solid var(--line);
}

.application-media {
  display: grid;
  gap: 18px;
  position: sticky;
  top: 100px;
}

.application-media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  box-shadow: 0 12px 30px rgba(21, 24, 28, 0.08);
}

.process-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
  background: transparent;
}

.process-list li {
  min-height: 210px;
  padding: 24px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.project-grid {
  display: grid;
  gap: 18px;
}

.project-feature {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.78fr);
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 30px rgba(21, 24, 28, 0.06);
}

.project-feature figure,
.project-card figure {
  display: grid;
  place-items: center;
  background: #f2f4f1;
}

.project-feature figure {
  min-height: 420px;
}

.project-feature img {
  width: 100%;
  height: 100%;
  max-height: 420px;
  padding: clamp(22px, 4vw, 44px);
  object-fit: contain;
}

.project-feature-copy {
  display: grid;
  align-content: center;
  padding: clamp(28px, 4vw, 44px);
  border-left: 1px solid var(--line);
}

.project-feature span,
.project-card span {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--teal);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.project-feature h3 {
  max-width: 520px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.55rem, 2.3vw, 2.3rem);
  line-height: 1.1;
}

.project-feature p {
  max-width: 560px;
  margin: 18px 0 0;
  color: var(--muted);
}

.project-feature dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 28px 0 0;
  background: var(--line);
  border: 1px solid var(--line);
}

.project-feature dl div {
  padding: 16px;
  background: var(--paper);
}

.project-feature dt {
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
}

.project-feature dd {
  margin: 6px 0 0;
  font-weight: 800;
}

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

.project-card {
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 10px 26px rgba(21, 24, 28, 0.05);
}

.project-card figure {
  aspect-ratio: 16 / 10;
  min-height: 0;
}

.project-card img {
  width: 100%;
  height: auto;
  max-height: 220px;
  padding: 20px;
  object-fit: contain;
}

.project-card div {
  min-height: 130px;
  padding: 18px 20px 20px;
  border-top: 1px solid var(--line);
}

.project-card h3 {
  margin: 0;
  color: var(--ink);
  font-size: 1.05rem;
  line-height: 1.25;
}

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

details {
  padding: 22px 24px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

summary {
  cursor: pointer;
  font-weight: 800;
}

details p {
  margin: 16px 0 0;
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 0.78fr);
  gap: clamp(36px, 7vw, 96px);
  color: var(--white);
  background: #20242a;
}

.contact h2 {
  color: var(--white);
}

.contact-copy p,
.contact address {
  color: rgba(255, 255, 255, 0.72);
}

address {
  margin-top: 34px;
  font-style: normal;
}

address strong {
  color: var(--white);
}

address a {
  color: var(--white);
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.35);
  text-underline-offset: 4px;
}

.quote-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: clamp(22px, 4vw, 34px);
  color: var(--ink);
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.quote-form label {
  display: grid;
  gap: 8px;
  color: var(--steel);
  font-size: 0.84rem;
  font-weight: 800;
}

.quote-form .wide {
  grid-column: 1 / -1;
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
}

input,
select,
textarea {
  width: 100%;
  min-height: 46px;
  padding: 11px 12px;
  color: var(--ink);
  font: inherit;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
}

input[type="file"] {
  padding: 10px;
}

textarea {
  resize: vertical;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 24px clamp(20px, 5vw, 72px);
  color: rgba(255, 255, 255, 0.72);
  background: #15181c;
  font-size: 0.86rem;
}

.floating-rfq {
  display: none;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  color: var(--white);
  font-size: 0.88rem;
  font-weight: 900;
  background: var(--rust);
  border-radius: var(--radius);
  box-shadow: 0 18px 50px rgba(21, 24, 28, 0.22);
}

@media (max-width: 980px) {
  html.device-mobile .header-tools {
    margin-left: auto;
  }

  html.device-mobile .language-switcher {
    min-height: 42px;
    padding-right: 8px;
    padding-left: 9px;
  }

  html.device-mobile .language-switcher span {
    display: none;
  }

  html.device-mobile .language-switcher select {
    max-width: 72px;
  }

  html.device-mobile .site-nav {
    position: absolute;
    top: 72px;
    right: 14px;
    left: 14px;
    display: none;
    padding: 18px;
    color: var(--ink);
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
  }

  html.device-mobile .site-header.is-open .site-nav {
    display: grid;
  }

  html.device-mobile .nav-toggle {
    display: block;
  }

  html.device-mobile .metrics,
  html.device-mobile .service-grid,
  html.device-mobile .capability-grid,
  html.device-mobile .process-list,
  html.device-mobile .faq-grid,
  html.device-mobile .buyer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  html.device-mobile .service-card {
    grid-template-columns: 1fr;
  }

  html.device-mobile .service-card img {
    min-height: 190px;
    aspect-ratio: 16 / 9;
  }

  html.device-mobile .intro,
  html.device-mobile .specs-layout,
  html.device-mobile .application-layout,
  html.device-mobile .project-feature,
  html.device-mobile .contact {
    grid-template-columns: 1fr;
  }

  html.device-mobile .specs-copy {
    position: static;
  }

  html.device-mobile .project-feature-copy {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  html.device-mobile .project-mini-grid {
    grid-template-columns: 1fr;
  }

  html.device-mobile .application-media {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  html.device-mobile .site-header {
    min-height: 66px;
    gap: 10px;
    padding-right: 18px;
    padding-left: 18px;
  }

  html.device-mobile .brand {
    gap: 10px;
    min-width: 0;
  }

  html.device-mobile .brand-mark {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
  }

  html.device-mobile .brand strong {
    font-size: 0.92rem;
  }

  html.device-mobile .header-tools {
    gap: 8px;
    min-width: 0;
    margin-left: auto;
  }

  html.device-mobile .language-switcher {
    min-width: 54px;
    min-height: 40px;
    padding-right: 6px;
    padding-left: 8px;
  }

  html.device-mobile .language-switcher select {
    width: 48px;
    max-width: 48px;
  }

  html.device-mobile .brand small {
    display: none;
  }

  html.device-mobile .hero {
    min-height: 84vh;
    padding: 96px 18px 38px;
  }

  html.device-mobile h1 {
    font-size: clamp(2.18rem, 10.8vw, 3.25rem);
    line-height: 1.04;
  }

  html.device-mobile h2 {
    font-size: clamp(1.58rem, 8vw, 2.45rem);
    line-height: 1.12;
  }

  html.device-mobile section:not(.hero):not(.metrics) {
    padding: 54px 18px;
  }

  html.device-mobile .hero-actions {
    margin-top: 22px;
  }

  html.device-mobile .hero-proof {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 18px;
  }

  html.device-mobile .hero-proof span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.72rem;
  }

  html.device-mobile .metrics,
  html.device-mobile .service-grid,
  html.device-mobile .capability-grid,
  html.device-mobile .process-list,
  html.device-mobile .faq-grid,
  html.device-mobile .buyer-grid,
  html.device-mobile .application-media,
  html.device-mobile .quote-form,
  html.device-mobile .project-grid,
  html.device-mobile .project-feature dl {
    grid-template-columns: 1fr;
  }

  html.device-mobile .spec-table div {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  html.device-mobile .metrics div {
    min-height: 92px;
    padding: 20px 18px;
  }

  html.device-mobile .metrics strong {
    font-size: 2.1rem;
  }

  html.device-mobile .service-card div,
  html.device-mobile .capability-grid div,
  html.device-mobile .process-list li,
  html.device-mobile .project-card div {
    padding: 20px;
  }

  html.device-mobile .project-feature figure {
    min-height: 280px;
  }

  html.device-mobile .project-feature img {
    max-height: 300px;
    padding: 22px;
  }

  html.device-mobile .project-feature-copy {
    padding: 22px;
  }

  html.device-mobile .project-card div {
    min-height: auto;
  }

  html.device-mobile .project-card img {
    max-height: 210px;
  }

  html.device-mobile .floating-rfq {
    display: none;
  }

  html.device-mobile .site-footer {
    display: grid;
  }
}

/* Redesign v13: cleaner industrial product-page UI */
:root {
  --ink: #111418;
  --muted: #626b76;
  --line: #e2e7ec;
  --paper: #f3f5f6;
  --soft: #eef2f4;
  --white: #ffffff;
  --teal: #05727d;
  --teal-dark: #055d66;
  --amber: #b87518;
  --rust: #8f342d;
  --shadow: 0 18px 50px rgba(17, 20, 24, 0.09);
  --radius: 8px;
  --max: 1160px;
  --section-x: clamp(20px, 5vw, 72px);
}

body {
  background: var(--paper);
  color: var(--ink);
}

.site-header {
  position: sticky;
  min-height: 68px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--line);
  box-shadow: none;
  backdrop-filter: blur(16px);
}

.site-header.is-scrolled,
.site-header.is-open {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 26px rgba(17, 20, 24, 0.06);
}

.brand-mark {
  background: transparent;
}

.site-nav a:not(.nav-cta)::after {
  background: var(--teal);
}

.nav-cta {
  background: var(--ink);
  color: var(--white);
}

.nav-cta:hover {
  background: var(--teal);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(420px, 0.9fr);
  gap: clamp(34px, 5vw, 72px);
  align-items: center;
  max-width: var(--max);
  min-height: auto;
  margin: 0 auto;
  padding: clamp(62px, 8vw, 104px) var(--section-x) clamp(42px, 7vw, 84px);
  color: var(--ink);
  overflow: visible;
}

.hero-media {
  position: relative;
  inset: auto;
  grid-column: 2;
  grid-row: 1;
  height: clamp(360px, 42vw, 520px);
  overflow: hidden;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.hero-media::after {
  position: absolute;
  right: 18px;
  bottom: 18px;
  padding: 9px 12px;
  color: var(--white);
  font-size: 0.78rem;
  font-weight: 900;
  background: rgba(17, 20, 24, 0.78);
  border-radius: var(--radius);
  content: "Custom hydroforming review";
}

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

.hero-shade {
  display: none;
}

.hero-content {
  grid-column: 1;
  grid-row: 1;
  max-width: 570px;
}

.eyebrow {
  color: var(--teal);
}

h1 {
  max-width: 570px;
  margin-bottom: 18px;
  font-size: clamp(2.6rem, 4.6vw, 4.45rem);
  line-height: 1.02;
}

h2 {
  max-width: 690px;
  font-size: clamp(1.72rem, 3vw, 2.9rem);
  line-height: 1.1;
}

.hero-copy {
  max-width: 520px;
  color: var(--muted);
  font-size: clamp(1rem, 1.2vw, 1.1rem);
}

.button.primary {
  background: var(--teal);
}

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

.button.secondary {
  color: var(--ink);
  background: var(--white);
  border-color: #c9d2da;
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 520px;
  margin-top: 26px;
  gap: 10px;
}

.hero-proof span {
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 8px 12px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  backdrop-filter: none;
}

.metrics {
  max-width: var(--max);
  margin: 0 auto clamp(34px, 5vw, 58px);
  padding: 0 var(--section-x);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  background: transparent;
  border: 0;
}

.metrics div {
  min-height: 118px;
  padding: 24px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 10px 26px rgba(17, 20, 24, 0.04);
}

.metrics strong {
  color: var(--rust);
  font-size: clamp(2rem, 3vw, 3rem);
}

section:not(.hero):not(.metrics) {
  padding-top: clamp(54px, 7vw, 86px);
  padding-bottom: clamp(54px, 7vw, 86px);
}

.section-band {
  background: var(--white);
}

.intro {
  grid-template-columns: minmax(0, 0.78fr) minmax(300px, 0.75fr);
  padding: 34px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 10px 28px rgba(17, 20, 24, 0.04);
}

.buyer-grid article,
.service-card,
.capability-grid div,
.process-list li,
.project-feature,
.project-card,
details,
.quote-form {
  box-shadow: 0 10px 28px rgba(17, 20, 24, 0.045);
}

.buyer-grid {
  gap: 14px;
}

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

.service-card {
  grid-template-columns: 190px 1fr;
  min-height: 212px;
}

.service-card img {
  min-height: 212px;
}

.service-card div {
  display: grid;
  align-content: center;
}

.capability-grid,
.process-list {
  gap: 14px;
}

.specs {
  background: #eef3f5;
}

.specs-layout {
  grid-template-columns: minmax(260px, 0.42fr) minmax(500px, 1fr);
}

.spec-table div {
  padding: 14px 18px;
}

.spec-table span,
.spec-table strong {
  min-width: 0;
  overflow-wrap: anywhere;
}

.application-layout {
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.72fr);
}

.project-feature {
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.72fr);
}

.project-feature figure {
  min-height: 360px;
}

.project-feature img {
  max-height: 360px;
}

.project-feature-copy {
  padding: 34px;
}

.project-mini-grid {
  gap: 14px;
}

.project-card figure {
  aspect-ratio: 16 / 9;
}

.project-card div {
  min-height: 112px;
}

.contact {
  background: #171b20;
}

@media (max-width: 980px) {
  html.device-mobile .hero {
    grid-template-columns: 1fr;
    padding-top: 44px;
  }

  html.device-mobile .hero-content,
  html.device-mobile .hero-media {
    grid-column: 1;
  }

  html.device-mobile .hero-content {
    grid-row: 1;
  }

  html.device-mobile .hero-media {
    grid-row: 2;
    height: 360px;
  }

  html.device-mobile .metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  html.device-mobile .specs-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  html.device-mobile .spec-table div {
    grid-template-columns: minmax(0, 1fr);
  }

  html.device-mobile .intro {
    padding: 26px;
  }

  html.device-mobile .application-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  html.device-mobile .application-media {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    min-width: 0;
  }

  html.device-mobile .project-feature {
    grid-template-columns: minmax(0, 1fr);
  }

  html.device-mobile .project-feature-copy {
    min-width: 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }
}

@media (max-width: 680px) {
  html.device-mobile .site-header {
    position: sticky;
  }

  html.device-mobile .hero {
    min-height: auto;
    padding: 34px 18px 34px;
    gap: 26px;
  }

  html.device-mobile h1 {
    font-size: clamp(2.15rem, 10vw, 3.2rem);
  }

  html.device-mobile .hero-proof,
  html.device-mobile .metrics,
  html.device-mobile .service-grid-four,
  html.device-mobile .application-media,
  html.device-mobile .project-feature dl {
    grid-template-columns: 1fr;
  }

  html.device-mobile .hero-media {
    height: 280px;
  }

  html.device-mobile .hero-media::after {
    right: 12px;
    bottom: 12px;
    font-size: 0.72rem;
  }

  html.device-mobile .metrics {
    margin-bottom: 24px;
    padding: 0 18px;
  }

  html.device-mobile .metrics div {
    min-height: 96px;
  }

  html.device-mobile .intro {
    padding: 22px;
  }

  html.device-mobile .service-card {
    grid-template-columns: 1fr;
  }

  html.device-mobile .service-card img {
    min-height: 180px;
  }

  html.device-mobile .project-feature figure {
    min-height: 250px;
  }

  html.device-mobile .project-feature-copy {
    width: auto;
    padding: 22px;
  }

  html.device-mobile .application-media img {
    width: 100%;
    min-width: 0;
  }
}

/* Library pages v14 */
.site-nav a.is-active {
  color: var(--teal);
}

.page-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(280px, 0.42fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: end;
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(58px, 8vw, 104px) var(--section-x) clamp(42px, 6vw, 72px);
}

.page-hero h1 {
  max-width: 780px;
  margin-bottom: 18px;
  font-size: clamp(2.4rem, 5vw, 5rem);
}

.page-hero p {
  max-width: 700px;
  color: var(--muted);
}

.page-hero-panel {
  display: grid;
  gap: 10px;
  padding: 28px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.page-hero-panel span,
.hub-card span,
.library-card span,
.document-card span,
.case-detail span,
.application-detail-grid span {
  color: var(--teal);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.page-hero-panel strong {
  color: var(--rust);
  font-size: clamp(3rem, 7vw, 5.5rem);
  line-height: 0.95;
}

.library-section {
  max-width: var(--max);
  margin: 0 auto;
  padding-right: var(--section-x);
  padding-left: var(--section-x);
}

.resource-hub {
  max-width: none;
}

.hub-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: var(--max);
  margin: 0 auto;
}

.hub-card,
.library-card,
.document-card,
.application-detail-grid article,
.fit-grid article {
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 10px 28px rgba(17, 20, 24, 0.045);
}

.hub-card {
  display: grid;
  min-height: 230px;
  align-content: end;
  gap: 12px;
  padding: 26px;
}

.hub-card:hover {
  border-color: #b7c7cf;
  transform: translateY(-2px);
}

.hub-card h3,
.library-card h3,
.document-card h3,
.application-detail-grid h3,
.fit-grid h3 {
  margin: 0;
  color: var(--ink);
}

.hub-card p,
.library-card p,
.document-card p,
.application-detail-grid p,
.disclosure-note {
  margin: 0;
  color: var(--muted);
}

.disclosure-note {
  max-width: 720px;
}

.case-detail {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.75fr);
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.case-detail figure {
  display: grid;
  min-height: 430px;
  place-items: center;
  background: #eef3f5;
}

.case-detail img {
  width: 100%;
  height: 100%;
  max-height: 430px;
  padding: clamp(24px, 4vw, 52px);
  object-fit: contain;
}

.case-detail > div {
  display: grid;
  align-content: center;
  gap: 16px;
  padding: clamp(28px, 4vw, 44px);
  border-left: 1px solid var(--line);
}

.case-detail h3 {
  margin: 0;
  font-size: clamp(1.65rem, 3vw, 2.65rem);
  line-height: 1.08;
}

.case-detail p {
  color: var(--muted);
}

.case-detail dl {
  display: grid;
  gap: 1px;
  margin: 12px 0 0;
  overflow: hidden;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.case-detail dl div {
  display: grid;
  grid-template-columns: minmax(120px, 0.35fr) minmax(0, 1fr);
  gap: 14px;
  padding: 14px 16px;
  background: var(--paper);
}

.case-detail dt {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.case-detail dd {
  margin: 0;
  font-weight: 800;
}

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

.library-card {
  display: grid;
  grid-template-rows: 250px auto;
}

.library-card img {
  width: 100%;
  height: 100%;
  padding: 20px;
  object-fit: contain;
  background: #eef3f5;
  border-bottom: 1px solid var(--line);
}

.library-card div,
.document-card div {
  display: grid;
  gap: 8px;
  padding: 18px 20px 20px;
}

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

.document-card {
  display: grid;
  grid-template-rows: 330px auto;
}

.document-card img {
  width: 100%;
  height: 100%;
  padding: 12px;
  object-fit: contain;
  background: #eef3f5;
  border-bottom: 1px solid var(--line);
}

.application-detail-grid {
  display: grid;
  gap: 16px;
}

.application-detail-grid article {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
}

.application-detail-grid img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  background: #eef3f5;
}

.application-detail-grid div {
  display: grid;
  align-content: center;
  gap: 12px;
  padding: clamp(24px, 4vw, 42px);
}

.application-detail-grid h3 {
  font-size: clamp(1.35rem, 2.2vw, 2rem);
}

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

.fit-grid article {
  min-height: 170px;
  padding: 24px;
}

.fit-grid span {
  display: inline-grid;
  width: 38px;
  height: 38px;
  margin-bottom: 22px;
  place-items: center;
  color: var(--white);
  font-weight: 900;
  background: var(--teal);
  border-radius: 50%;
}

.materials-panel {
  text-align: center;
}

.materials-panel .section-head {
  margin-right: auto;
  margin-left: auto;
  align-items: center;
  text-align: center;
}

.material-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.material-chips span {
  padding: 12px 16px;
  color: var(--ink);
  font-weight: 800;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 999px;
}

.site-footer a {
  color: inherit;
  text-decoration: none;
}

/* Home page refinement v15: keep the previous UI, add only light disclosure links. */
.capability-grid a {
  color: var(--teal);
  font-weight: 800;
  text-decoration: none;
}

.capability-grid a:hover {
  text-decoration: underline;
}

.project-disclosure {
  max-width: var(--max);
  margin: 16px auto 0;
  padding: 14px 18px;
  color: var(--muted);
  font-size: 0.92rem;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

@media (max-width: 980px) {
  html.device-mobile .page-hero,
  html.device-mobile .case-detail,
  html.device-mobile .application-detail-grid article {
    grid-template-columns: minmax(0, 1fr);
  }

  html.device-mobile .case-detail > div {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  html.device-mobile .hub-grid,
  html.device-mobile .library-grid,
  html.device-mobile .document-grid,
  html.device-mobile .fit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  html.device-mobile .page-hero {
    padding: 38px 18px 34px;
  }

  html.device-mobile .library-section {
    padding-right: 18px;
    padding-left: 18px;
  }

  html.device-mobile .hub-grid,
  html.device-mobile .library-grid,
  html.device-mobile .document-grid,
  html.device-mobile .fit-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  html.device-mobile .hub-card {
    min-height: 180px;
  }

  html.device-mobile .case-detail figure {
    min-height: 280px;
  }

  html.device-mobile .case-detail dl div {
    grid-template-columns: minmax(0, 1fr);
  }

  html.device-mobile .library-card,
  html.device-mobile .document-card {
    grid-template-rows: 240px auto;
  }

  html.device-mobile .application-detail-grid img {
    min-height: 210px;
  }
}

/* Home redesign v17: industrial buyer-facing interface */
.home-page {
  --ink: #11161b;
  --muted: #65707a;
  --line: #dce3e6;
  --paper: #f4f6f5;
  --soft: #eaf0f1;
  --white: #ffffff;
  --teal: #087480;
  --teal-dark: #075d67;
  --amber: #d39331;
  --rust: #933f34;
  --shadow: 0 22px 60px rgba(15, 20, 24, 0.12);
  --max: 1180px;
  background: var(--paper);
}

.home-page .site-header {
  min-height: 74px;
  padding-right: clamp(18px, 4vw, 54px);
  padding-left: clamp(18px, 4vw, 54px);
  color: rgba(255, 255, 255, 0.9);
  background: rgba(15, 20, 24, 0.95);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.home-page .site-header.is-scrolled,
.home-page .site-header.is-open {
  color: rgba(255, 255, 255, 0.92);
  background: rgba(15, 20, 24, 0.98);
  box-shadow: 0 12px 32px rgba(15, 20, 24, 0.18);
}

.home-page .brand-mark {
  background: transparent;
}

.home-page .brand small {
  color: rgba(255, 255, 255, 0.58);
}

.home-page .site-nav {
  gap: clamp(16px, 2vw, 26px);
}

.home-page .site-nav a {
  color: rgba(255, 255, 255, 0.75);
}

.home-page .site-nav a:hover,
.home-page .site-nav a.is-active {
  color: var(--white);
}

.home-page .site-nav a:not(.nav-cta)::after {
  background: var(--amber);
}

.home-page .nav-cta {
  color: #14181c;
  background: var(--amber);
}

.home-page .nav-cta:hover {
  color: #14181c;
  background: #e5aa4f;
}

.home-page .hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(460px, 0.86fr);
  gap: clamp(34px, 6vw, 86px);
  align-items: center;
  max-width: none;
  min-height: calc(100vh - 74px);
  margin: 0;
  padding: clamp(78px, 9vw, 132px) max(var(--section-x), calc((100vw - var(--max)) / 2)) clamp(96px, 9vw, 132px);
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(15, 20, 24, 0.98), rgba(15, 20, 24, 0.9) 46%, rgba(15, 20, 24, 0.72)),
    linear-gradient(135deg, #11161b 0%, #182027 52%, #0d1115 100%);
  overflow: hidden;
}

.home-page .hero::before {
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(211, 147, 49, 0.75), transparent);
  content: "";
}

.home-page .hero::after {
  position: absolute;
  top: 0;
  right: max(0px, calc((100vw - var(--max)) / 2));
  width: min(44vw, 560px);
  height: 100%;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 48px 48px;
  opacity: 0.45;
  content: "";
  pointer-events: none;
}

.home-page .hero-content {
  position: relative;
  z-index: 1;
  max-width: 690px;
}

.home-page .eyebrow {
  color: var(--amber);
  letter-spacing: 0.08em;
}

.home-page h1 {
  max-width: 720px;
  color: var(--white);
  font-size: clamp(3.1rem, 6vw, 6.4rem);
  line-height: 0.94;
}

.home-page .hero-copy {
  max-width: 600px;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1.04rem, 1.35vw, 1.2rem);
}

.home-page .hero-media {
  position: relative;
  z-index: 1;
  grid-column: 2;
  height: clamp(440px, 45vw, 620px);
  background: #202931;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.35);
}

.home-page .hero-media::after {
  right: 18px;
  bottom: 18px;
  color: #14181c;
  background: var(--amber);
  content: "Drawing review -> tooling -> trial production";
}

.home-page .hero-media img {
  filter: saturate(0.92) contrast(1.04);
}

.home-page .button.primary {
  color: #11161b;
  background: var(--amber);
}

.home-page .button.primary:hover {
  background: #e5aa4f;
}

.home-page .button.secondary {
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.22);
}

.home-page .button.secondary:hover {
  background: rgba(255, 255, 255, 0.14);
}

.home-page .hero-proof {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 690px;
  margin-top: 32px;
}

.home-page .hero-proof span {
  min-height: 58px;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.12);
}

.home-page .metrics {
  position: relative;
  z-index: 2;
  max-width: var(--max);
  margin-top: -48px;
  margin-bottom: clamp(52px, 7vw, 92px);
  padding: 0 var(--section-x);
}

.home-page .metrics div {
  min-height: 132px;
  padding: 24px 22px;
  background: var(--white);
  border: 0;
  border-top: 4px solid var(--amber);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.home-page .metrics strong {
  color: var(--ink);
  font-size: clamp(2.2rem, 3.2vw, 3.25rem);
}

.home-page .metrics span {
  color: var(--muted);
}

.home-page section:not(.hero):not(.metrics) {
  padding-top: clamp(62px, 7vw, 104px);
  padding-bottom: clamp(62px, 7vw, 104px);
}

.home-page .section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.home-page .section-head p:not(.eyebrow) {
  max-width: 520px;
  color: var(--muted);
}

.home-page h2 {
  color: var(--ink);
  font-size: clamp(2rem, 3.8vw, 4rem);
}

.home-page .intro {
  max-width: var(--max);
  background: var(--white);
  border: 0;
  border-left: 6px solid var(--teal);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.home-page .buyer-grid article,
.home-page .capability-grid div,
.home-page details {
  background: var(--white);
  border: 0;
  border-radius: 8px;
  box-shadow: 0 16px 42px rgba(15, 20, 24, 0.07);
}

.home-page .service-card {
  grid-template-columns: minmax(220px, 0.42fr) minmax(0, 1fr);
  min-height: 246px;
  overflow: hidden;
  background: var(--white);
  border: 0;
  border-radius: 8px;
  box-shadow: 0 16px 42px rgba(15, 20, 24, 0.08);
}

.home-page .service-card img {
  min-height: 246px;
  filter: saturate(0.92) contrast(1.02);
}

.home-page .service-card span,
.home-page .process-list span,
.home-page .project-feature span,
.home-page .project-card span,
.home-page .hub-card span {
  color: var(--amber);
}

.home-page .specs {
  background: #182027;
  color: var(--white);
}

.home-page .specs h2 {
  color: var(--white);
}

.home-page .specs-copy p {
  color: rgba(255, 255, 255, 0.68);
}

.home-page .spec-table {
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.24);
}

.home-page .spec-table div {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.1);
}

.home-page .spec-table span {
  color: rgba(255, 255, 255, 0.6);
}

.home-page .spec-table strong {
  color: var(--white);
}

.home-page .application-list article {
  padding: 24px 0;
}

.home-page .application-media img {
  border: 0;
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(15, 20, 24, 0.12);
}

.home-page .process-list li {
  position: relative;
  overflow: hidden;
  min-height: 230px;
  background: var(--white);
  border: 0;
  border-radius: 8px;
  box-shadow: 0 14px 40px rgba(15, 20, 24, 0.07);
}

.home-page .process-list li::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--teal);
  content: "";
}

.home-page .projects {
  background: #eef3f5;
}

.home-page .project-feature,
.home-page .project-card {
  border: 0;
  border-radius: 8px;
  box-shadow: 0 18px 52px rgba(15, 20, 24, 0.1);
}

.home-page .project-feature {
  grid-template-columns: minmax(0, 0.95fr) minmax(390px, 0.68fr);
}

.home-page .project-feature figure,
.home-page .project-card figure {
  background: #ffffff;
}

.home-page .project-feature-copy {
  background: #141a20;
  color: var(--white);
  border-left: 0;
}

.home-page .project-feature h3,
.home-page .project-feature dd {
  color: var(--white);
}

.home-page .project-feature p,
.home-page .project-feature dt {
  color: rgba(255, 255, 255, 0.66);
}

.home-page .project-feature dl {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.12);
}

.home-page .project-feature dl div {
  background: rgba(255, 255, 255, 0.06);
}

.home-page .resource-hub {
  background: #141a20;
  color: var(--white);
}

.home-page .resource-hub h2 {
  color: var(--white);
}

.home-page .hub-card {
  min-height: 210px;
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: none;
}

.home-page .hub-card h3 {
  color: var(--white);
}

.home-page .hub-card p {
  color: rgba(255, 255, 255, 0.64);
}

.home-page .faq {
  background: var(--paper);
}

.home-page .contact {
  background:
    linear-gradient(120deg, rgba(20, 26, 32, 0.96), rgba(20, 26, 32, 0.88)),
    #141a20;
}

.home-page .quote-form {
  border: 0;
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
}

@media (max-width: 1100px) {
  html.device-mobile .home-page .hero {
    grid-template-columns: minmax(0, 1fr);
    min-height: auto;
  }

  html.device-mobile .home-page .hero-content,
  html.device-mobile .home-page .hero-media {
    grid-column: 1;
  }

  html.device-mobile .home-page .hero-media {
    height: 420px;
  }

  html.device-mobile .home-page .hero-proof {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  html.device-mobile .home-page .section-head {
    display: grid;
  }
}

@media (max-width: 760px) {
  html.device-mobile .home-page .site-header {
    min-height: 68px;
  }

  html.device-mobile .home-page .hero {
    padding: 34px 18px 44px;
    gap: 20px;
  }

  html.device-mobile .home-page h1 {
    font-size: clamp(2.25rem, 11.4vw, 3.55rem);
  }

  html.device-mobile .home-page .hero-copy {
    font-size: 0.98rem;
  }

  html.device-mobile .home-page .hero-media {
    height: clamp(178px, 48vw, 260px);
  }

  html.device-mobile .home-page .hero-media::after {
    display: none;
  }

  html.device-mobile .home-page .hero-proof,
  html.device-mobile .home-page .service-grid-four,
  html.device-mobile .home-page .hub-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  html.device-mobile .home-page .hero-proof {
    display: none;
  }

  html.device-mobile .home-page .metrics {
    grid-template-columns: minmax(0, 1fr);
  }

  html.device-mobile .home-page .hero-proof span {
    min-height: 46px;
    padding: 8px 10px;
    font-size: 0.76rem;
  }

  html.device-mobile .home-page .metrics {
    margin-top: -42px;
    padding: 0 18px;
  }

  html.device-mobile .home-page .service-card {
    grid-template-columns: minmax(0, 1fr);
  }

  html.device-mobile .home-page .service-card img {
    min-height: 210px;
  }

  html.device-mobile .home-page .project-feature {
    grid-template-columns: minmax(0, 1fr);
  }

  html.device-mobile .home-page .project-feature-copy {
    border-top: 0;
  }
}

/* Global supplier technology style v18 */
.global-tech-page {
  --ink: #0f1726;
  --muted: #5f6f82;
  --line: #d8e2ec;
  --paper: #f5f8fb;
  --soft: #eaf1f8;
  --white: #ffffff;
  --teal: #1267a8;
  --teal-dark: #0c4f87;
  --amber: #c98724;
  --rust: #174b78;
  --shadow: 0 18px 48px rgba(12, 45, 82, 0.12);
  --max: 1180px;
  background: var(--paper);
  color: var(--ink);
}

.global-tech-page .site-header {
  min-height: 72px;
  padding-right: clamp(18px, 4vw, 56px);
  padding-left: clamp(18px, 4vw, 56px);
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 8px 30px rgba(12, 45, 82, 0.06);
}

.global-tech-page .brand-mark {
  background: transparent;
}

.global-tech-page .brand small {
  color: #6a7786;
}

.global-tech-page .language-switcher {
  color: #29445d;
  background: #f7fafc;
  border-color: #cbd9e6;
}

.global-tech-page .site-nav {
  gap: clamp(12px, 1.35vw, 20px);
}

.global-tech-page .site-nav a {
  color: #29445d;
  white-space: nowrap;
}

.global-tech-page .site-nav a:not(.nav-cta)::after {
  background: var(--teal);
}

.global-tech-page .nav-cta {
  justify-content: center;
  min-width: 94px;
  padding-right: 16px;
  padding-left: 16px;
  color: var(--white);
  background: #154f83;
}

.global-tech-page .nav-cta:hover {
  background: var(--teal-dark);
}

@media (max-width: 1180px) {
  html.device-mobile .global-tech-page .site-header {
    min-height: 72px;
    padding-right: 24px;
    padding-left: 24px;
  }

  html.device-mobile .global-tech-page .site-nav {
    position: absolute;
    top: 72px;
    right: 18px;
    left: 18px;
    display: none;
    gap: 0;
    padding: 18px;
    color: var(--ink);
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
  }

  html.device-mobile .global-tech-page .site-header.is-open .site-nav {
    display: grid;
  }

  html.device-mobile .global-tech-page .site-nav a {
    padding: 12px 0;
  }

  html.device-mobile .global-tech-page .site-nav a:not(.nav-cta)::after {
    bottom: 7px;
  }

  html.device-mobile .global-tech-page .nav-cta {
    width: fit-content;
    min-width: 118px;
    min-height: 42px;
    margin-top: 10px;
    padding: 0 18px;
  }

  html.device-mobile .global-tech-page .nav-toggle {
    display: block;
  }
}

.global-tech-page .hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(430px, 0.82fr);
  gap: clamp(34px, 5vw, 76px);
  align-items: center;
  max-width: none;
  min-height: 720px;
  margin: 0;
  padding: clamp(72px, 8vw, 116px) max(var(--section-x), calc((100vw - var(--max)) / 2)) clamp(72px, 8vw, 108px);
  color: var(--ink);
  background:
    linear-gradient(105deg, rgba(245, 248, 251, 0.98) 0%, rgba(245, 248, 251, 0.94) 48%, rgba(230, 239, 248, 0.84) 100%),
    linear-gradient(135deg, #ffffff, #dfeaf5);
  overflow: hidden;
}

.global-tech-page .hero::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(18, 103, 168, 0.08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(18, 103, 168, 0.06) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(90deg, transparent, #000 42%, #000);
  content: "";
  pointer-events: none;
}

.global-tech-page .hero-content {
  position: relative;
  z-index: 1;
  max-width: 690px;
}

.global-tech-page .hero-media {
  position: relative;
  z-index: 1;
  grid-column: 2;
  height: clamp(420px, 43vw, 570px);
  background: #dfe9f3;
  border: 1px solid rgba(18, 103, 168, 0.16);
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(12, 45, 82, 0.18);
}

.global-tech-page .hero-media::after {
  color: var(--white);
  background: #154f83;
  content: "Hydroforming advantage: fewer welds, cleaner structures";
}

.global-tech-page .hero-media img {
  filter: saturate(0.9) contrast(1.03);
}

.global-tech-page .eyebrow {
  color: var(--teal);
  letter-spacing: 0.08em;
}

.global-tech-page h1 {
  max-width: 730px;
  color: #0f1726;
  font-size: clamp(3rem, 5.3vw, 5.8rem);
  line-height: 0.98;
}

.global-tech-page h2 {
  max-width: 760px;
  color: #0f1726;
  font-size: clamp(2rem, 3.5vw, 3.75rem);
  line-height: 1.04;
  letter-spacing: 0;
}

.global-tech-page .section-head h2::after {
  display: block;
  width: 78px;
  height: 4px;
  margin-top: 18px;
  background: #154f83;
  border-radius: 999px;
  content: "";
}

.global-tech-page .hero-copy {
  max-width: 650px;
  color: #516277;
  font-size: clamp(1.03rem, 1.25vw, 1.18rem);
}

.global-tech-page .button.primary {
  color: var(--white);
  background: #154f83;
}

.global-tech-page .button.primary:hover {
  background: var(--teal-dark);
}

.global-tech-page .button.secondary {
  color: #154f83;
  background: var(--white);
  border-color: #b7cce0;
}

.global-tech-page .hero-proof {
  max-width: 680px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.global-tech-page .hero-proof span {
  min-height: 54px;
  color: #203c55;
  background: rgba(255, 255, 255, 0.78);
  border-color: rgba(18, 103, 168, 0.16);
  box-shadow: 0 8px 24px rgba(12, 45, 82, 0.07);
}

.global-tech-page .metrics {
  position: relative;
  z-index: 2;
  max-width: var(--max);
  margin-top: -44px;
  margin-bottom: clamp(46px, 6vw, 82px);
}

.global-tech-page .metrics div {
  min-height: 128px;
  background: var(--white);
  border: 1px solid var(--line);
  border-top: 4px solid #154f83;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.global-tech-page .metrics strong {
  color: #154f83;
}

.global-tech-page section:not(.hero):not(.metrics) {
  padding-top: clamp(62px, 7vw, 98px);
  padding-bottom: clamp(62px, 7vw, 98px);
}

.global-tech-page .section-head {
  position: relative;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  padding-left: 22px;
}

.global-tech-page .section-head::before {
  position: absolute;
  top: 6px;
  bottom: 4px;
  left: 0;
  width: 5px;
  background: #154f83;
  border-radius: 999px;
  content: "";
}

.global-tech-page .section-head p:not(.eyebrow) {
  max-width: 520px;
  color: var(--muted);
}

.global-tech-page .project-section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 0.72fr);
  align-items: start;
  row-gap: 22px;
}

.global-tech-page .project-section-head h2 {
  grid-column: 1;
}

.global-tech-page .section-head-actions {
  display: grid;
  grid-column: 2;
  align-content: start;
  justify-items: start;
  gap: 16px;
  padding-top: 82px;
}

.global-tech-page .section-head-actions p {
  max-width: 520px;
  margin: 0;
  color: var(--muted);
}

.global-tech-page .section-head-actions .button {
  flex: 0 0 auto;
  white-space: nowrap;
}

.global-tech-page .intro {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(380px, 0.8fr);
  gap: clamp(30px, 5vw, 70px);
  align-items: start;
  max-width: var(--max);
  padding: clamp(34px, 5vw, 58px);
  background: var(--white);
  border: 1px solid var(--line);
  border-left: 6px solid #154f83;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.global-tech-page .tech-advantage {
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(21, 79, 131, 0.035), transparent 42%),
    var(--white);
}

.global-tech-page .tech-advantage .section-head {
  display: grid;
  align-content: start;
  gap: 18px;
  padding-left: 24px;
}

.global-tech-page .tech-advantage h2 {
  max-width: 560px;
  font-size: clamp(2.15rem, 4vw, 4rem);
}

.global-tech-page .tech-copy {
  display: grid;
  gap: 24px;
}

.global-tech-page .tech-copy > p {
  max-width: 580px;
  margin: 0;
  color: #516277;
  font-size: clamp(1rem, 1.2vw, 1.12rem);
}

.global-tech-page .tech-visual {
  margin: 0;
  overflow: hidden;
  background: #f7fafc;
  border: 1px solid #c9dceb;
  border-radius: 8px;
  box-shadow: 0 16px 38px rgba(12, 45, 82, 0.08);
}

.global-tech-page .tech-visual img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.global-tech-page .tech-checks {
  display: grid;
  gap: 10px;
}

.global-tech-page .tech-checks article {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 6px 16px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
}

.global-tech-page .tech-checks article:last-child {
  padding-bottom: 0;
}

.global-tech-page .tech-checks span {
  grid-row: span 2;
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: #154f83;
  font-size: 0.74rem;
  font-weight: 900;
  background: #eaf3fb;
  border: 1px solid #c9ddec;
  border-radius: 999px;
}

.global-tech-page .tech-checks strong {
  color: #0f1726;
  font-size: 1rem;
}

.global-tech-page .tech-checks p {
  max-width: none;
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.global-tech-page .buyer-grid article,
.global-tech-page .capability-grid div,
.global-tech-page details,
.global-tech-page .service-card,
.global-tech-page .process-list li,
.global-tech-page .project-card,
.global-tech-page .quote-form {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 36px rgba(12, 45, 82, 0.08);
}

.global-tech-page .service-grid-four {
  gap: 16px;
}

.global-tech-page .service-card {
  grid-template-columns: 210px minmax(0, 1fr);
  min-height: 230px;
  overflow: hidden;
}

.global-tech-page .service-card img {
  min-height: 230px;
}

.global-tech-page .service-card span,
.global-tech-page .process-list span,
.global-tech-page .project-feature span,
.global-tech-page .project-card span {
  color: #154f83;
}

.global-tech-page .specs {
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(16, 55, 92, 0.98), rgba(19, 88, 138, 0.94)),
    #10375c;
}

.global-tech-page .specs h2 {
  color: var(--white);
}

.global-tech-page .specs .section-head::before,
.global-tech-page .contact .section-head::before {
  background: #9ed0ff;
}

.global-tech-page .specs .section-head h2::after,
.global-tech-page .contact .section-head h2::after {
  background: #9ed0ff;
}

.global-tech-page .specs .eyebrow {
  color: #9ed0ff;
}

.global-tech-page .specs-copy p {
  color: rgba(255, 255, 255, 0.9);
}

.global-tech-page .specs .text-button {
  color: var(--white);
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.28);
}

.global-tech-page .specs .text-button:hover {
  background: rgba(255, 255, 255, 0.18);
}

.global-tech-page .spec-table {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.16);
}

.global-tech-page .spec-table div {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.1);
}

.global-tech-page .spec-table span {
  color: rgba(255, 255, 255, 0.66);
}

.global-tech-page .spec-table strong {
  color: var(--white);
}

.global-tech-page .application-media img {
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 16px 42px rgba(12, 45, 82, 0.1);
}

.global-tech-page .application-topic-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.global-tech-page .application-topic-grid article {
  display: grid;
  grid-template-columns: minmax(180px, 0.44fr) minmax(0, 1fr);
  min-height: 250px;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 36px rgba(12, 45, 82, 0.08);
}

.global-tech-page .application-topic-grid article:first-child {
  grid-column: span 2;
}

.global-tech-page .application-topic-grid img {
  width: 100%;
  height: 100%;
  min-height: 250px;
  object-fit: cover;
  background: #f7fafc;
  border-right: 1px solid var(--line);
}

.global-tech-page .application-topic-grid div {
  display: grid;
  align-content: center;
  gap: 12px;
  padding: clamp(24px, 4vw, 42px);
}

.global-tech-page .application-topic-grid h3 {
  margin: 0;
  color: #0f1726;
  font-size: clamp(1.2rem, 2vw, 1.75rem);
}

.global-tech-page .application-topic-grid p {
  margin: 0;
  color: var(--muted);
}

.global-tech-page .process-list {
  counter-reset: process;
}

.global-tech-page .process-list li {
  position: relative;
  min-height: 220px;
}

.global-tech-page .process-list li::after {
  position: absolute;
  right: 22px;
  bottom: 18px;
  color: rgba(18, 103, 168, 0.12);
  font-size: 4rem;
  font-weight: 900;
  line-height: 1;
  content: attr(value);
}

.global-tech-page .projects {
  background: #eef4fa;
}

.global-tech-page .project-feature {
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.global-tech-page .project-feature figure,
.global-tech-page .project-card figure {
  background: #f7fafc;
}

.global-tech-page .project-feature-copy {
  background: var(--white);
}

.global-tech-page .contact {
  background:
    linear-gradient(135deg, rgba(13, 37, 62, 0.97), rgba(19, 77, 121, 0.92)),
    #0d253e;
}

.global-tech-page .contact h2 {
  color: var(--white);
}

.global-tech-page .contact .eyebrow {
  color: #9ed0ff;
}

.global-tech-page .contact-copy p,
.global-tech-page .contact address,
.global-tech-page .contact address a {
  color: rgba(255, 255, 255, 0.9);
}

.global-tech-page .contact address strong {
  color: var(--white);
}

@media (max-width: 1100px) {
  html.device-mobile .global-tech-page .hero {
    grid-template-columns: minmax(0, 1fr);
    min-height: auto;
  }

  html.device-mobile .global-tech-page .hero-content,
  html.device-mobile .global-tech-page .hero-media {
    grid-column: 1;
  }

  html.device-mobile .global-tech-page .hero-media {
    height: 390px;
  }

  html.device-mobile .global-tech-page .hero-proof {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  html.device-mobile .global-tech-page .section-head {
    display: grid;
  }

  html.device-mobile .global-tech-page .intro {
    grid-template-columns: minmax(0, 1fr);
  }

  html.device-mobile .global-tech-page .project-section-head {
    grid-template-columns: minmax(0, 1fr);
  }

  html.device-mobile .global-tech-page .project-section-head h2,
  html.device-mobile .global-tech-page .section-head-actions {
    grid-column: auto;
  }

  html.device-mobile .global-tech-page .section-head-actions {
    justify-content: start;
    padding-top: 0;
  }
}

@media (max-width: 760px) {
  html.device-mobile .global-tech-page .hero {
    padding: 30px 18px 50px;
    gap: 18px;
  }

  html.device-mobile .global-tech-page h1 {
    font-size: clamp(2rem, 9vw, 3rem);
    line-height: 1.04;
  }

  html.device-mobile .global-tech-page .section-head {
    padding-left: 16px;
  }

  html.device-mobile .global-tech-page .section-head::before {
    top: 4px;
    bottom: 3px;
    width: 4px;
  }

  html.device-mobile .global-tech-page h2 {
    font-size: clamp(2.08rem, 9.6vw, 3.15rem);
    line-height: 1.02;
  }

  html.device-mobile .global-tech-page .section-head h2::after {
    width: 58px;
    height: 3px;
    margin-top: 14px;
  }

  html.device-mobile .global-tech-page .hero-copy {
    font-size: 0.95rem;
  }

  html.device-mobile .global-tech-page .hero-media {
    height: clamp(180px, 50vw, 240px);
  }

  html.device-mobile .global-tech-page .hero-media::after {
    display: none;
  }

  html.device-mobile .global-tech-page .hero-proof {
    display: none;
  }

  html.device-mobile .global-tech-page .hero-proof span {
    min-height: 46px;
    padding: 8px 10px;
    font-size: 0.74rem;
  }

  html.device-mobile .global-tech-page .metrics {
    margin-top: -38px;
    padding-right: 18px;
    padding-left: 18px;
    grid-template-columns: minmax(0, 1fr);
  }

  html.device-mobile .global-tech-page .service-grid-four,
  html.device-mobile .global-tech-page .hub-grid,
  html.device-mobile .global-tech-page .application-topic-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  html.device-mobile .global-tech-page .application-topic-grid article,
  html.device-mobile .global-tech-page .application-topic-grid article:first-child {
    grid-column: auto;
  }

  html.device-mobile .global-tech-page .service-card {
    grid-template-columns: minmax(0, 1fr);
  }

  html.device-mobile .global-tech-page .service-card img {
    min-height: 190px;
  }

  html.device-mobile .global-tech-page .service-card:nth-child(4) img {
    min-height: 0;
    height: auto;
    max-height: none;
    padding: 10px;
    object-fit: contain;
    background: #f7fafc;
  }

  html.device-mobile .global-tech-page .application-topic-grid article {
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
  }

  html.device-mobile .global-tech-page .application-topic-grid img {
    min-height: 0;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  html.device-mobile .global-tech-page .application-topic-grid div {
    padding: 22px 20px 24px;
  }

  html.device-mobile .global-tech-page .intro {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
    padding: 28px 20px;
  }

  html.device-mobile .global-tech-page .intro .section-head,
  html.device-mobile .global-tech-page .tech-advantage .section-head {
    display: grid;
    gap: 12px;
    padding-left: 16px;
  }

  html.device-mobile .global-tech-page .intro h2 {
    max-width: none;
    font-size: clamp(1.74rem, 7vw, 2.28rem);
    line-height: 1.12;
  }

  html.device-mobile .global-tech-page .tech-copy {
    gap: 18px;
  }

  html.device-mobile .global-tech-page .tech-copy > p {
    max-width: none;
    font-size: 0.98rem;
  }

  html.device-mobile .global-tech-page .tech-checks article {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 4px 12px;
    padding: 14px 0;
  }

  html.device-mobile .global-tech-page .tech-checks span {
    width: 30px;
    height: 30px;
  }

  html.device-mobile .global-tech-page .tech-checks p {
    font-size: 0.92rem;
  }
}

/* v39: cohesive system layout inspired by the selected industrial reference */
.global-tech-page .hero {
  min-height: 610px;
  padding-top: clamp(92px, 8vw, 128px);
  padding-bottom: clamp(44px, 5vw, 70px);
  background: #eaf3fb;
}

.global-tech-page .hero::before {
  mask-image: none;
  z-index: 1;
  opacity: 0.22;
}

.global-tech-page .hero::after {
  position: absolute;
  top: 118px;
  right: max(28px, calc((100vw - var(--max)) / 2));
  width: min(42vw, 560px);
  height: 250px;
  border: 1px solid rgba(18, 103, 168, 0.16);
  border-right: 0;
  border-bottom: 0;
  content: "";
  opacity: 0.55;
  pointer-events: none;
  clip-path: polygon(0 28%, 24% 28%, 24% 0, 100% 0, 100% 100%, 0 100%);
}

.global-tech-page .hero-content {
  position: relative;
  z-index: 2;
  max-width: 620px;
  min-width: 0;
}

.global-tech-page .hero h1 {
  font-size: clamp(3.1rem, 4.8vw, 5.35rem);
}

.global-tech-page .hero h1 span {
  display: block;
}

.global-tech-page .hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  pointer-events: none;
}

.global-tech-page .hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.global-tech-page .hero-media::after {
  display: none;
}

.global-tech-page .hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 28px;
}

.global-tech-page .hero-proof span {
  position: relative;
  min-height: 0;
  padding: 0 0 0 24px;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.global-tech-page .hero-proof span::before {
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 12px;
  height: 12px;
  border: 2px solid #1d6bab;
  border-radius: 50%;
  content: "";
}

.global-tech-page .process-ribbon {
  position: relative;
  display: grid;
  grid-template-columns: minmax(230px, 0.55fr) minmax(0, 1.7fr);
  gap: clamp(28px, 4vw, 56px);
  max-width: none;
  margin: 0;
  padding: clamp(36px, 4.5vw, 58px) max(var(--section-x), calc((100vw - var(--max)) / 2));
  color: var(--white);
  background: #082d4e;
  overflow: hidden;
}

.global-tech-page .process-ribbon::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    url("./assets/hero-hydroforming-factory.png") center / cover no-repeat;
  content: "";
  opacity: 0.24;
  pointer-events: none;
}

.global-tech-page .process-ribbon::after {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(7, 32, 58, 0.9) 0%, rgba(8, 45, 78, 0.84) 38%, rgba(7, 32, 58, 0.96) 100%),
    linear-gradient(180deg, rgba(5, 24, 43, 0.12), rgba(5, 24, 43, 0.48));
  content: "";
  pointer-events: none;
}

.global-tech-page .process-ribbon-copy,
.global-tech-page .process-flow {
  position: relative;
  z-index: 1;
}

.global-tech-page .process-ribbon-copy {
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 14px;
}

.global-tech-page .process-ribbon .eyebrow {
  color: #69b6ff;
}

.global-tech-page .process-ribbon h2 {
  margin: 0;
  color: var(--white);
  font-size: clamp(2rem, 3vw, 3.25rem);
}

.global-tech-page .process-ribbon-copy p:not(.eyebrow) {
  max-width: 280px;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
}

.global-tech-page .process-ribbon .button.secondary {
  color: var(--white);
  background: transparent;
  border-color: rgba(255, 255, 255, 0.42);
}

.global-tech-page .process-flow {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
  margin: 0;
  padding: 0;
}

.global-tech-page .process-flow li {
  position: relative;
  display: grid;
  align-content: start;
  min-height: 190px;
  padding: 6px 0 0;
  color: var(--white);
  background: transparent;
  border: 0;
  box-shadow: none;
}

.global-tech-page .process-flow li::before {
  width: 54px;
  height: 54px;
  margin-bottom: 18px;
  border: 1px solid rgba(174, 214, 255, 0.66);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), transparent),
    rgba(255, 255, 255, 0.04);
  content: "";
}

.global-tech-page .process-icon {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 1;
  width: 26px;
  height: 26px;
  color: rgba(226, 242, 255, 0.94);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.global-tech-page .process-flow li::after {
  position: absolute;
  top: 32px;
  right: calc(-50% + 22px);
  width: calc(100% - 44px);
  height: 1px;
  background: linear-gradient(90deg, rgba(105, 182, 255, 0.8), rgba(105, 182, 255, 0.22));
  content: "";
}

.global-tech-page .process-flow li:last-child::after {
  display: none;
}

.global-tech-page .process-flow span {
  color: #4da8ff;
  font-size: 1.06rem;
  font-weight: 900;
}

.global-tech-page .process-flow h3 {
  max-width: 150px;
  margin: 6px 0 0;
  color: var(--white);
  font-size: 1rem;
  line-height: 1.15;
}

.global-tech-page .process-flow p {
  max-width: 150px;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.78rem;
}

.global-tech-page .services {
  background: var(--white);
}

.global-tech-page .service-grid-four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.global-tech-page .service-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  min-height: 188px;
  padding: 28px 24px;
  text-align: center;
}

.global-tech-page .service-card img {
  display: none;
}

.global-tech-page .service-card div {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 10px;
  padding: 0;
}

.global-tech-page .service-card div::before {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  color: #1d6bab;
  border: 1px solid #a9cde9;
  border-radius: 10px;
  background: #f4f9fd;
  content: "";
  box-shadow: inset 0 0 0 8px rgba(29, 107, 171, 0.06);
}

.global-tech-page .service-card h3 {
  max-width: 210px;
  margin: 0;
  font-size: 1.02rem;
}

.global-tech-page .service-card p {
  max-width: 260px;
  font-size: 0.88rem;
}

.global-tech-page .service-card span {
  order: -1;
  font-size: 0.74rem;
}

.global-tech-page .capability-strip {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  max-width: none;
  margin: 0;
  padding: 0 max(var(--section-x), calc((100vw - var(--max)) / 2));
  background:
    linear-gradient(90deg, rgba(226, 239, 250, 0.98), rgba(246, 250, 254, 0.92)),
    #e7f1fa;
  border-top: 1px solid #cdddec;
  border-bottom: 1px solid #cdddec;
  overflow: hidden;
}

.global-tech-page .capability-strip::after {
  position: absolute;
  inset: 0 0 0 auto;
  width: 38%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.42));
  content: "";
  pointer-events: none;
}

.global-tech-page .capability-strip-media {
  position: absolute;
  inset: 0 0 0 auto;
  width: 42%;
  height: 100%;
  margin: 0;
  opacity: 0.52;
  pointer-events: none;
}

.global-tech-page .capability-strip-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.global-tech-page .capability-strip div {
  position: relative;
  z-index: 1;
  min-height: 132px;
  padding: 28px 26px;
  background: transparent;
  border: 0;
  border-left: 1px solid #c9dceb;
  border-radius: 0;
  box-shadow: none;
}

.global-tech-page .capability-strip div:last-child {
  border-right: 1px solid #c9dceb;
}

.global-tech-page .capability-strip strong {
  color: #123d66;
  font-size: clamp(1.6rem, 2.5vw, 2.55rem);
}

.global-tech-page .capability-strip span {
  color: #4d6072;
  font-size: 0.88rem;
}

.global-tech-page .projects {
  background:
    linear-gradient(90deg, #ffffff 0%, #ffffff 58%, rgba(220, 235, 248, 0.88) 100%);
}

.global-tech-page .project-feature {
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.64fr);
  overflow: hidden;
  background: var(--white);
}

.global-tech-page .project-feature figure {
  min-height: 380px;
}

.global-tech-page .project-feature-copy {
  align-content: center;
}

.global-tech-page .project-mini-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 1180px) {
  html.device-mobile .global-tech-page .process-ribbon {
    grid-template-columns: minmax(0, 1fr);
  }

  html.device-mobile .global-tech-page .process-ribbon-copy p:not(.eyebrow) {
    max-width: 620px;
  }

  html.device-mobile .global-tech-page .process-flow {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  html.device-mobile .global-tech-page .process-flow li:nth-child(3)::after,
  html.device-mobile .global-tech-page .process-flow li:last-child::after {
    display: none;
  }

  html.device-mobile .global-tech-page .service-grid-four,
  html.device-mobile .global-tech-page .capability-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  html.device-mobile .global-tech-page .hero {
    min-height: auto;
    padding-top: 34px;
    overflow: hidden;
  }

  html.device-mobile .global-tech-page .hero h1 {
    max-width: 100%;
    font-size: clamp(2rem, 9vw, 2.65rem);
    line-height: 1.04;
    overflow-wrap: anywhere;
  }

  html.device-mobile .global-tech-page .hero-media {
    height: 250px;
    width: 100%;
    min-width: 0;
  }

  html.device-mobile .global-tech-page .hero-copy,
  html.device-mobile .global-tech-page .hero-actions,
  html.device-mobile .global-tech-page .hero-proof {
    max-width: 100%;
    min-width: 0;
  }

  html.device-mobile .global-tech-page .process-ribbon {
    padding: 34px 18px;
  }

  html.device-mobile .global-tech-page .process-flow,
  html.device-mobile .global-tech-page .service-grid-four,
  html.device-mobile .global-tech-page .capability-strip,
  html.device-mobile .global-tech-page .project-mini-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  html.device-mobile .global-tech-page .process-flow {
    gap: 14px;
  }

  html.device-mobile .global-tech-page .process-flow li {
    min-height: 0;
    padding: 18px 0 18px 78px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  html.device-mobile .global-tech-page .process-flow li::before {
    position: absolute;
    top: 20px;
    left: 0;
    width: 46px;
    height: 46px;
    margin: 0;
  }

  html.device-mobile .global-tech-page .process-icon {
    top: 31px;
    left: 11px;
    width: 24px;
    height: 24px;
  }

  html.device-mobile .global-tech-page .process-flow li::after {
    display: none;
  }

  html.device-mobile .global-tech-page .process-flow h3,
  html.device-mobile .global-tech-page .process-flow p {
    max-width: none;
  }

  html.device-mobile .global-tech-page .capability-strip {
    padding-right: 18px;
    padding-left: 18px;
  }

  html.device-mobile .global-tech-page .capability-strip::after,
  html.device-mobile .global-tech-page .capability-strip-media {
    display: none;
  }

  html.device-mobile .global-tech-page .capability-strip div {
    min-height: 0;
    padding: 22px 0;
    border-left: 0;
    border-bottom: 1px solid #c9dceb;
  }

  html.device-mobile .global-tech-page .capability-strip div:last-child {
    border-right: 0;
    border-bottom: 0;
  }

  html.device-mobile .global-tech-page .service-card {
    min-height: 160px;
  }
}

/* v18 linked library pages: cases and patents */
.global-tech-page.library-page main {
  background: var(--paper);
}

.global-tech-page.library-page .page-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.38fr);
  gap: clamp(30px, 5vw, 72px);
  align-items: end;
  max-width: none;
  margin: 0;
  padding: clamp(72px, 8vw, 118px) max(var(--section-x), calc((100vw - var(--max)) / 2)) clamp(58px, 7vw, 88px);
  background:
    linear-gradient(105deg, rgba(245, 248, 251, 0.98), rgba(232, 241, 249, 0.92)),
    #f5f8fb;
  overflow: hidden;
}

.global-tech-page.library-page .page-hero::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(18, 103, 168, 0.08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(18, 103, 168, 0.06) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(90deg, transparent, #000 42%, #000);
  content: "";
  pointer-events: none;
}

.global-tech-page.library-page .page-hero > * {
  position: relative;
  z-index: 1;
}

.global-tech-page.library-page .page-hero h1 {
  max-width: 820px;
  color: #0f1726;
  font-size: clamp(2.8rem, 5.2vw, 5.6rem);
  line-height: 0.98;
}

.global-tech-page.library-page .page-hero p {
  max-width: 720px;
  color: #516277;
}

.global-tech-page.library-page .page-hero-panel {
  display: grid;
  gap: 10px;
  padding: 28px;
  background: var(--white);
  border: 1px solid var(--line);
  border-top: 5px solid #154f83;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.global-tech-page.library-page .page-hero-panel span,
.global-tech-page.library-page .library-card span,
.global-tech-page.library-page .document-card span,
.global-tech-page.library-page .case-detail span {
  color: #154f83;
}

.global-tech-page.library-page .page-hero-panel strong {
  color: #154f83;
  font-size: clamp(2.8rem, 6vw, 5.2rem);
  line-height: 0.92;
}

.global-tech-page.library-page .library-section {
  max-width: var(--max);
  margin: 0 auto;
  padding-right: var(--section-x);
  padding-left: var(--section-x);
}

.global-tech-page.library-page .case-detail {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.72fr);
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.global-tech-page.library-page .case-detail figure {
  display: grid;
  min-height: 430px;
  place-items: center;
  background: #f7fafc;
}

.global-tech-page.library-page .case-detail img {
  width: 100%;
  height: 100%;
  max-height: 430px;
  padding: clamp(22px, 4vw, 48px);
  object-fit: contain;
}

.global-tech-page.library-page .case-detail > div {
  display: grid;
  align-content: center;
  gap: 16px;
  padding: clamp(28px, 4vw, 44px);
  border-left: 1px solid var(--line);
}

.global-tech-page.library-page .case-detail h3 {
  margin: 0;
  color: #0f1726;
  font-size: clamp(1.55rem, 2.6vw, 2.55rem);
  line-height: 1.08;
}

.global-tech-page.library-page .case-detail p {
  color: var(--muted);
}

.global-tech-page.library-page .case-detail dl {
  display: grid;
  gap: 1px;
  margin: 10px 0 0;
  overflow: hidden;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.global-tech-page.library-page .case-detail dl div {
  display: grid;
  grid-template-columns: minmax(120px, 0.35fr) minmax(0, 1fr);
  gap: 14px;
  padding: 14px 16px;
  background: #f7fafc;
}

.global-tech-page.library-page .case-filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: -28px 0 28px;
}

.global-tech-page.library-page .case-filter-bar button {
  min-height: 42px;
  padding: 10px 14px;
  color: #154f83;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 800;
  background: #ffffff;
  border: 1px solid #c9dceb;
  border-radius: 8px;
  cursor: pointer;
  transition:
    color 180ms ease,
    background 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

.global-tech-page.library-page .case-filter-bar button:hover {
  transform: translateY(-1px);
  border-color: #7fb4df;
}

.global-tech-page.library-page .case-filter-bar button.is-active {
  color: #ffffff;
  background: #154f83;
  border-color: #154f83;
}

.global-tech-page.library-page .library-grid,
.global-tech-page.library-page .document-grid {
  display: grid;
  gap: 16px;
}

.global-tech-page.library-page .library-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.global-tech-page.library-page .library-card[hidden] {
  display: none;
}

.global-tech-page.library-page .case-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.global-tech-page.library-page .case-tags li {
  padding: 5px 8px;
  color: #154f83;
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1;
  background: #e9f3fb;
  border: 1px solid #c9dceb;
  border-radius: 999px;
}

.global-tech-page.library-page .document-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.global-tech-page.library-page .library-card,
.global-tech-page.library-page .document-card {
  display: grid;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 36px rgba(12, 45, 82, 0.08);
}

.global-tech-page.library-page .library-card {
  grid-template-rows: 250px auto;
}

.global-tech-page.library-page .document-card {
  grid-template-rows: 330px auto;
}

.global-tech-page.library-page .library-card img,
.global-tech-page.library-page .document-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #f7fafc;
  border-bottom: 1px solid var(--line);
}

.global-tech-page.library-page .library-card img {
  padding: 20px;
}

.global-tech-page.library-page .document-card img {
  padding: 12px;
}

.global-tech-page.library-page .library-card div,
.global-tech-page.library-page .document-card div {
  display: grid;
  gap: 8px;
  padding: 18px 20px 20px;
}

.global-tech-page.library-page .library-card h3,
.global-tech-page.library-page .document-card h3 {
  margin: 0;
  color: #0f1726;
}

.global-tech-page.library-page .library-card p,
.global-tech-page.library-page .document-card p,
.global-tech-page.library-page .disclosure-note {
  color: var(--muted);
}

@media (max-width: 980px) {
  html.device-mobile .global-tech-page.library-page .page-hero,
  html.device-mobile .global-tech-page.library-page .case-detail {
    grid-template-columns: minmax(0, 1fr);
  }

  html.device-mobile .global-tech-page.library-page .case-detail > div {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  html.device-mobile .global-tech-page.library-page .library-grid,
  html.device-mobile .global-tech-page.library-page .document-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  html.device-mobile .global-tech-page .site-header {
    padding-right: 18px;
    padding-left: 18px;
  }

  html.device-mobile .global-tech-page .hero {
    overflow: hidden;
  }

  html.device-mobile .global-tech-page .hero-content,
  html.device-mobile .global-tech-page .hero-copy,
  html.device-mobile .global-tech-page .hero-actions,
  html.device-mobile .global-tech-page .hero-media {
    width: 100%;
    min-width: 0;
  }

  html.device-mobile .global-tech-page .hero h1 {
    max-width: 100%;
    font-size: clamp(2rem, 9vw, 2.65rem);
    line-height: 1.04;
    overflow-wrap: anywhere;
  }

  html.device-mobile .global-tech-page.library-page .page-hero {
    padding: 42px 18px 42px;
  }

  html.device-mobile .global-tech-page.library-page .page-hero h1 {
    font-size: clamp(2.05rem, 9.5vw, 3.1rem);
    line-height: 1.03;
  }

  html.device-mobile .global-tech-page.library-page .library-section {
    padding-right: 18px;
    padding-left: 18px;
  }

  html.device-mobile .global-tech-page.library-page .library-grid,
  html.device-mobile .global-tech-page.library-page .document-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  html.device-mobile .global-tech-page.library-page .case-detail figure {
    min-height: 260px;
  }

  html.device-mobile .global-tech-page.library-page .case-detail dl div {
    grid-template-columns: minmax(0, 1fr);
  }

  html.device-mobile .global-tech-page.library-page .library-card,
  html.device-mobile .global-tech-page.library-page .document-card {
    grid-template-rows: 240px auto;
  }
}

/* Motion layer */
.motion-safe .site-header,
.motion-safe .brand,
.motion-safe .brand-mark,
.motion-safe .site-nav a,
.motion-safe .language-switcher,
.motion-safe .nav-toggle,
.motion-safe .button,
.motion-safe .service-card,
.motion-safe .buyer-grid article,
.motion-safe .capability-grid div,
.motion-safe .application-topic-grid article,
.motion-safe .project-card,
.motion-safe .faq-grid details,
.motion-safe .library-card,
.motion-safe .document-card,
.motion-safe .spec-table div {
  transition-duration: 240ms;
  transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
}

.motion-safe .hero-media img {
  transform: translate3d(0, var(--hero-drift, 0), 0) scale(1.04);
  transform-origin: center;
  transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.motion-safe body:not(.is-loaded) .hero-content,
.motion-safe body:not(.is-loaded) .hero-media {
  opacity: 0;
}

.motion-safe body.is-loaded .hero-content {
  animation: hero-copy-in 760ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.motion-safe body.is-loaded .hero-media {
  animation: hero-media-in 1100ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.motion-safe body.is-loaded .hero-proof span {
  animation: proof-in 540ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.motion-safe body.is-loaded .hero-proof span:nth-child(2) {
  animation-delay: 80ms;
}

.motion-safe body.is-loaded .hero-proof span:nth-child(3) {
  animation-delay: 160ms;
}

.motion-safe body.is-loaded .hero-proof span:nth-child(4) {
  animation-delay: 240ms;
}

.motion-safe [data-reveal] {
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  transition:
    opacity 620ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 620ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 240ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 240ms cubic-bezier(0.22, 1, 0.36, 1),
    background 240ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

.motion-safe [data-reveal].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.motion-safe .library-card.is-filter-visible {
  opacity: 1 !important;
  transform: translate3d(0, 0, 0) !important;
}

.motion-safe .library-card.is-filter-visible * {
  opacity: 1 !important;
}

.motion-safe .section-head h2::after {
  transform-origin: left;
}

.motion-safe .section-head.is-visible h2::after,
.motion-safe .section-head:not([data-reveal]) h2::after {
  animation: heading-line-in 520ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.button {
  position: relative;
  overflow: hidden;
}

.motion-safe .button::after,
.motion-safe .nav-cta::after {
  position: absolute;
  inset: -40% auto -40% -70%;
  width: 58%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.24), transparent);
  content: "";
  transform: skewX(-18deg) translateX(0);
  transition: transform 560ms cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}

.motion-safe .button:hover::after,
.motion-safe .nav-cta:hover::after {
  transform: skewX(-18deg) translateX(320%);
}

.motion-safe .button:hover,
.motion-safe .nav-cta:hover {
  transform: translateY(-2px);
}

.motion-safe .brand:hover .brand-mark {
  transform: translateY(-1px) scale(1.04);
}

.motion-safe .nav-toggle span {
  transition:
    transform 220ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 180ms ease;
}

.site-header.is-open .nav-toggle span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.site-header.is-open .nav-toggle span:nth-child(2) {
  opacity: 0;
}

.site-header.is-open .nav-toggle span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.motion-safe .metrics div {
  position: relative;
  overflow: hidden;
  transition:
    background 240ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 240ms cubic-bezier(0.22, 1, 0.36, 1);
}

.motion-safe .metrics div::after {
  position: absolute;
  right: 18px;
  bottom: -34px;
  width: 74px;
  height: 74px;
  background: rgba(21, 79, 131, 0.08);
  border-radius: 50%;
  content: "";
  transform: scale(0.68);
  transition: transform 300ms cubic-bezier(0.22, 1, 0.36, 1);
}

.motion-safe .metrics div:hover {
  background: #f8fbfd;
  transform: translateY(-2px);
}

.motion-safe .metrics div:hover::after {
  transform: scale(1);
}

.motion-safe .service-card,
.motion-safe .buyer-grid article,
.motion-safe .capability-grid div,
.motion-safe .application-topic-grid article,
.motion-safe .project-card,
.motion-safe .faq-grid details,
.motion-safe .library-card,
.motion-safe .document-card {
  will-change: transform;
}

.motion-safe .service-card:hover,
.motion-safe .buyer-grid article:hover,
.motion-safe .capability-grid div:hover,
.motion-safe .application-topic-grid article:hover,
.motion-safe .project-card:hover,
.motion-safe .faq-grid details:hover,
.motion-safe .library-card:hover,
.motion-safe .document-card:hover {
  border-color: #b9c8d6;
  box-shadow: 0 18px 46px rgba(12, 45, 82, 0.13);
  transform: translateY(-4px);
}

.motion-safe .service-card img,
.motion-safe .application-topic-grid img,
.motion-safe .project-card img,
.motion-safe .library-card img,
.motion-safe .document-card img {
  transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.motion-safe .service-card:hover img,
.motion-safe .application-topic-grid article:hover img,
.motion-safe .project-card:hover img,
.motion-safe .library-card:hover img,
.motion-safe .document-card:hover img {
  transform: scale(1.035);
}

.motion-safe .spec-table div:hover {
  background: #f7fafc;
}

.motion-safe .global-tech-page .specs .spec-table div:hover {
  background: rgba(255, 255, 255, 0.13);
}

.motion-safe .global-tech-page .specs .spec-table div:hover span {
  color: #cde8ff;
}

.motion-safe .global-tech-page .specs .spec-table div:hover strong {
  color: var(--white);
}

.motion-safe .spec-table strong,
.motion-safe .spec-table span,
.motion-safe .process-list span,
.motion-safe .service-card span {
  transition: color 220ms ease;
}

.motion-safe .spec-table div:hover strong,
.motion-safe .process-list li:hover span,
.motion-safe .service-card:hover span {
  color: #154f83;
}

@keyframes hero-copy-in {
  from {
    opacity: 0;
    transform: translate3d(0, 24px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes hero-media-in {
  from {
    opacity: 0;
    transform: scale(1.035);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes proof-in {
  from {
    opacity: 0;
    transform: translate3d(0, 12px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes heading-line-in {
  from {
    transform: scaleX(0);
  }

  to {
    transform: scaleX(1);
  }
}

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

  [data-reveal] {
    opacity: 1 !important;
    transform: none !important;
  }
}

/* Blueprint page entrance */
.motion-safe .global-tech-page .hero::before {
  animation: blueprint-grid-start 1500ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.motion-safe .global-tech-page .hero::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, transparent 0%, rgba(158, 208, 255, 0.22) 48%, transparent 76%),
    linear-gradient(90deg, transparent, rgba(21, 79, 131, 0.16), transparent);
  content: "";
  opacity: 0;
  pointer-events: none;
  transform: translateX(-120%) skewX(-10deg);
  animation: blueprint-sweep 1200ms cubic-bezier(0.22, 1, 0.36, 1) 120ms both;
}

.motion-safe body.is-loaded .hero-media {
  animation: media-panel-in 980ms cubic-bezier(0.22, 1, 0.36, 1) 260ms both;
}

.motion-safe body.is-loaded .hero-media img {
  animation: hero-image-slow-push 1600ms cubic-bezier(0.22, 1, 0.36, 1) 200ms both;
}

.motion-safe body.is-loaded .hero-content {
  animation: none;
}

.motion-safe body.is-loaded .hero .eyebrow,
.motion-safe body.is-loaded .hero h1,
.motion-safe body.is-loaded .hero-copy,
.motion-safe body.is-loaded .hero-actions,
.motion-safe body.is-loaded .hero-proof {
  animation: hero-layer-in 780ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.motion-safe body.is-loaded .hero .eyebrow {
  animation-delay: 420ms;
}

.motion-safe body.is-loaded .hero h1 {
  animation-delay: 280ms;
}

.motion-safe body.is-loaded .hero-copy {
  animation-delay: 410ms;
}

.motion-safe body.is-loaded .hero-actions {
  animation-delay: 540ms;
}

.motion-safe body.is-loaded .hero-proof {
  animation-delay: 650ms;
}

.motion-safe body.is-loaded .metrics div {
  animation: metric-rise-in 720ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.motion-safe body.is-loaded .metrics div:nth-child(1) {
  animation-delay: 760ms;
}

.motion-safe body.is-loaded .metrics div:nth-child(2) {
  animation-delay: 830ms;
}

.motion-safe body.is-loaded .metrics div:nth-child(3) {
  animation-delay: 900ms;
}

.motion-safe body.is-loaded .metrics div:nth-child(4) {
  animation-delay: 970ms;
}

.motion-safe .hero h1 {
  position: relative;
}

.motion-safe .hero h1::after {
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(158, 208, 255, 0.78), transparent 62%);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
}

.motion-safe body.is-loaded .hero h1::after {
  animation: hero-title-line 680ms cubic-bezier(0.22, 1, 0.36, 1) 660ms both;
}

@keyframes blueprint-grid-start {
  from {
    opacity: 0;
    background-position: -42px -42px;
  }

  to {
    opacity: 1;
    background-position: 0 0;
  }
}

@keyframes blueprint-sweep {
  0% {
    opacity: 0;
    transform: translateX(-120%) skewX(-10deg);
  }

  22% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translateX(120%) skewX(-10deg);
  }
}

@keyframes media-panel-in {
  from {
    opacity: 0;
    transform: translate3d(28px, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes hero-image-slow-push {
  from {
    transform: translate3d(0, var(--hero-drift, 0), 0) scale(1.08);
  }

  to {
    transform: translate3d(0, var(--hero-drift, 0), 0) scale(1.04);
  }
}

@keyframes hero-layer-in {
  from {
    opacity: 0;
    transform: translate3d(-22px, 0, 0);
    clip-path: inset(0 100% 0 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    clip-path: inset(0 0 0 0);
  }
}

@keyframes metric-rise-in {
  from {
    opacity: 0;
    transform: translate3d(0, 18px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes hero-title-line {
  from {
    transform: scaleX(0);
  }

  to {
    transform: scaleX(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .motion-reduced .global-tech-page .hero::after {
    display: none !important;
  }

  .motion-reduced .hero .eyebrow,
  .motion-reduced .hero h1,
  .motion-reduced .hero-copy,
  .motion-reduced .hero-actions,
  .motion-reduced .hero-proof,
  .motion-reduced .metrics div {
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
  }
}

@media (max-width: 760px) {
  html.device-mobile .global-tech-page .hero {
    grid-template-columns: minmax(0, 1fr) !important;
    width: 100%;
    inline-size: 100%;
    max-width: 100vw;
    padding-right: 18px;
    padding-left: 18px;
  }

  html.device-mobile .global-tech-page .hero-content,
  html.device-mobile .global-tech-page .hero-copy,
  html.device-mobile .global-tech-page .hero-actions,
  html.device-mobile .global-tech-page .hero-proof,
  html.device-mobile .global-tech-page .hero-media {
    width: 100% !important;
    inline-size: calc(100dvw - 36px) !important;
    max-width: calc(100dvw - 36px) !important;
    max-inline-size: calc(100dvw - 36px) !important;
    min-width: 0 !important;
  }

  html.device-mobile .global-tech-page .hero-copy,
  html.device-mobile .global-tech-page .process-ribbon-copy p:not(.eyebrow),
  html.device-mobile .global-tech-page .process-flow p {
    inline-size: min(330px, calc(100dvw - 58px)) !important;
    max-inline-size: min(330px, calc(100dvw - 58px)) !important;
  }

  html.device-mobile .global-tech-page .hero h1 {
    width: 100% !important;
    inline-size: calc(100dvw - 36px) !important;
    max-width: calc(100dvw - 36px) !important;
    max-inline-size: calc(100dvw - 36px) !important;
    font-size: clamp(1.68rem, 7.7vw, 2.15rem);
    line-height: 1.08;
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  html.device-mobile .global-tech-page .hero-proof {
    gap: 8px 12px;
  }

  html.device-mobile .global-tech-page .hero-proof span {
    max-width: 100%;
    white-space: normal;
  }

  html.device-mobile .global-tech-page .hero-proof {
    display: none;
  }

  html.device-mobile .global-tech-page .hero-media {
    position: relative;
    inset: auto;
    z-index: 1;
    grid-row: 2;
    height: 230px;
    margin-top: 6px;
  }

  html.device-mobile .global-tech-page .hero-media img {
    object-fit: cover;
    object-position: 62% center;
    border-radius: 6px;
  }

  html.device-mobile .global-tech-page .hero-content {
    grid-row: 1;
  }

  html.device-mobile .global-tech-page .hero-copy,
  html.device-mobile .global-tech-page .process-ribbon-copy p:not(.eyebrow),
  html.device-mobile .global-tech-page .process-flow p {
    word-break: break-word;
    overflow-wrap: anywhere;
  }
}

/* v47: product-led manufacturing layout refinements */
.global-tech-page .service-grid-six {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.global-tech-page .service-grid-six .service-card {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
  min-height: 220px;
  padding: 0;
  overflow: hidden;
  text-align: left;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.global-tech-page .service-grid-six .service-card img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  background: #edf5fd;
  border-right: 1px solid #d7e5f2;
}

.global-tech-page .service-grid-six .service-card:nth-child(6) img {
  object-fit: contain;
  padding: 18px;
}

.global-tech-page .service-grid-six .service-card div {
  align-content: center;
  justify-items: start;
  padding: clamp(20px, 2.5vw, 30px);
  text-align: left;
}

.global-tech-page .service-grid-six .service-card div::before {
  display: none;
}

.global-tech-page .service-grid-six .service-card h3 {
  max-width: none;
  font-size: clamp(1.08rem, 1.35vw, 1.28rem);
  line-height: 1.15;
}

.global-tech-page .service-grid-six .service-card p {
  max-width: none;
  font-size: 0.94rem;
  line-height: 1.62;
}

.global-tech-page .service-grid-six .service-card span {
  order: 0;
  font-size: 0.78rem;
}

.global-tech-page .project-feature {
  position: relative;
  grid-template-columns: minmax(320px, 0.66fr) minmax(0, 1fr);
  align-items: stretch;
  min-height: 390px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.92) 42%, rgba(230, 241, 251, 0.65) 100%),
    #ffffff;
}

.global-tech-page .project-feature::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(24, 92, 150, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(24, 92, 150, 0.06) 1px, transparent 1px);
  background-size: 34px 34px;
  content: "";
}

.global-tech-page .project-feature figure,
.global-tech-page .project-feature-copy {
  position: relative;
  z-index: 1;
}

.global-tech-page .project-feature figure {
  order: 2;
  min-height: 390px;
  background: transparent;
  border-left: 1px solid #d6e7f5;
}

.global-tech-page .project-feature img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.global-tech-page .project-feature-copy {
  order: 1;
  display: grid;
  align-content: center;
  gap: 18px;
  padding: clamp(34px, 4vw, 58px);
  background: transparent;
}

.global-tech-page .project-feature h3 {
  max-width: 620px;
  font-size: clamp(1.9rem, 3vw, 3.05rem);
  line-height: 0.98;
}

.global-tech-page .project-feature p {
  max-width: 610px;
  font-size: 1rem;
  line-height: 1.7;
}

.global-tech-page .project-feature dl {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  max-width: 680px;
  margin-top: 4px;
  border: 1px solid #d6e7f5;
  border-radius: 8px;
  overflow: hidden;
}

.global-tech-page .project-feature dl div {
  min-height: 104px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.74);
  border: 0;
  border-right: 1px solid #d6e7f5;
}

.global-tech-page .project-feature dl div:last-child {
  border-right: 0;
}

.global-tech-page .project-feature .button {
  justify-self: start;
}

@media (max-width: 1180px) {
  html.device-mobile .global-tech-page .service-grid-six {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  html.device-mobile .global-tech-page .project-feature {
    grid-template-columns: minmax(0, 1fr);
  }

  html.device-mobile .global-tech-page .project-feature figure {
    order: 1;
    min-height: 320px;
    border-left: 0;
    border-bottom: 1px solid #d6e7f5;
  }

  html.device-mobile .global-tech-page .project-feature-copy {
    order: 2;
  }
}

@media (max-width: 760px) {
  html.device-mobile .global-tech-page .service-grid-six {
    grid-template-columns: minmax(0, 1fr);
  }

  html.device-mobile .global-tech-page .service-grid-six .service-card {
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
  }

  html.device-mobile .global-tech-page .service-grid-six .service-card img {
    min-height: 0;
    aspect-ratio: 16 / 9;
    border-right: 0;
    border-bottom: 1px solid #d7e5f2;
  }

  html.device-mobile .global-tech-page .project-feature figure {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  html.device-mobile .global-tech-page .project-feature-copy {
    padding: 26px 20px;
  }

  html.device-mobile .global-tech-page .project-feature h3 {
    font-size: clamp(1.65rem, 8vw, 2.35rem);
    line-height: 1.04;
  }

  html.device-mobile .global-tech-page .project-feature dl {
    grid-template-columns: minmax(0, 1fr);
  }

  html.device-mobile .global-tech-page .project-feature dl div {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid #d6e7f5;
  }

  html.device-mobile .global-tech-page .project-feature dl div:last-child {
    border-bottom: 0;
  }

  html.device-mobile .global-tech-page .process-flow p {
    width: auto !important;
    inline-size: auto !important;
    max-width: none !important;
    max-inline-size: none !important;
  }
}

/* v49: Product Design clarity pass */
.global-tech-page {
  text-rendering: geometricPrecision;
}

.global-tech-page .site-nav a,
.global-tech-page .button,
.global-tech-page .case-filter-bar button {
  white-space: nowrap;
}

.global-tech-page .nav-cta {
  min-width: 94px;
  justify-content: center;
}

.global-tech-page .hero-copy,
.global-tech-page .section-head p:not(.eyebrow),
.global-tech-page .tech-copy p,
.global-tech-page .buyer-grid p,
.global-tech-page .service-card p,
.global-tech-page .capability-grid p,
.global-tech-page .application-topic-grid p,
.global-tech-page .project-feature p,
.global-tech-page .project-card h3,
.global-tech-page .specs-copy p,
.global-tech-page .contact-copy p,
.global-tech-page .quote-form label,
.global-tech-page .library-card p,
.global-tech-page .case-detail p {
  line-height: 1.72;
}

.global-tech-page .hero-copy,
.global-tech-page .section-head p:not(.eyebrow),
.global-tech-page .tech-copy p,
.global-tech-page .buyer-grid p,
.global-tech-page .service-card p,
.global-tech-page .application-topic-grid p,
.global-tech-page .project-feature p,
.global-tech-page .specs-copy p,
.global-tech-page .contact-copy p {
  color: #405872;
  font-size: clamp(0.98rem, 1vw, 1.06rem);
}

.global-tech-page .specs-copy p,
.global-tech-page .contact-copy p,
.global-tech-page .contact address,
.global-tech-page .contact address a {
  color: rgba(255, 255, 255, 0.94);
}

.global-tech-page .section-head {
  row-gap: 14px;
}

.global-tech-page .section-head h2 {
  max-width: 820px;
  letter-spacing: 0;
}

.global-tech-page .service-grid-six {
  gap: 22px;
}

.global-tech-page .service-grid-six .service-card {
  grid-template-columns: minmax(0, 1fr);
  min-height: 0;
  background: #ffffff;
}

.global-tech-page .service-grid-six .service-card img {
  min-height: 0;
  aspect-ratio: 16 / 10;
  height: auto;
  object-fit: cover;
  object-position: center;
  border-right: 0;
  border-bottom: 1px solid #d7e5f2;
}

.global-tech-page .service-grid-six .service-card:nth-child(4) img,
.global-tech-page .service-grid-six .service-card:nth-child(6) img {
  object-fit: contain;
  padding: 18px;
  background: #edf5fd;
}

.global-tech-page .service-grid-six .service-card div {
  min-height: 218px;
  align-content: start;
  padding: 26px 28px 30px;
}

.global-tech-page .service-grid-six .service-card h3 {
  font-size: clamp(1.16rem, 1.35vw, 1.34rem);
  line-height: 1.2;
}

.global-tech-page .service-grid-six .service-card p {
  font-size: 0.98rem;
}

.global-tech-page .project-feature figure {
  display: grid;
  place-items: center;
  background:
    linear-gradient(rgba(24, 92, 150, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(24, 92, 150, 0.045) 1px, transparent 1px),
    #f5faff;
  background-size: 32px 32px;
}

.global-tech-page .project-feature img {
  width: 100%;
  height: 100%;
  padding: clamp(18px, 3vw, 42px);
  object-fit: contain;
}

@media (min-width: 761px) {
  .global-tech-page .project-feature img {
    padding: 0;
    object-fit: cover;
  }
}

.global-tech-page .project-feature h3 {
  line-height: 1.04;
}

.global-tech-page .project-mini-grid .project-card figure {
  background: #f7fbff;
}

.global-tech-page .project-mini-grid .project-card img,
.global-tech-page.library-page .library-card img {
  object-fit: contain;
  padding: 22px;
  background: #f7fbff;
}

.global-tech-page .spec-table div {
  grid-template-columns: minmax(150px, 0.34fr) minmax(0, 1fr);
  gap: 20px;
  padding: 17px 22px;
}

.global-tech-page .spec-table span {
  font-size: 0.84rem;
  line-height: 1.35;
}

.global-tech-page .spec-table strong {
  font-size: 1rem;
  line-height: 1.45;
}

.global-tech-page.library-page .case-filter-bar {
  margin-top: -16px;
}

.global-tech-page.library-page .library-card div {
  min-height: 210px;
}

.global-tech-page.library-page .library-card h3 {
  line-height: 1.22;
}

@media (max-width: 1180px) {
  html.device-mobile .global-tech-page .section-head h2 {
    max-width: 720px;
  }

  html.device-mobile .global-tech-page .service-grid-six .service-card div {
    min-height: 0;
  }
}

/* v59: final downstream override so later sections cannot fall back to older styles */
.global-tech-page {
  --story-blue: #154f83;
  --story-blue-dark: #082d4e;
  --story-line: #d4e5f4;
  --story-soft: #f5faff;
  --story-steel: #eef6fc;
  --story-text: #10243a;
  --story-muted: #52697e;
}

.global-tech-page :is(.buyer-path, .services, .capabilities, .applications, .projects, .faq) {
  position: relative;
  isolation: isolate;
  max-width: none;
  margin: 0;
  padding-right: max(var(--section-x), calc((100vw - var(--max)) / 2));
  padding-left: max(var(--section-x), calc((100vw - var(--max)) / 2));
  overflow: hidden;
  border-top: 1px solid var(--story-line);
}

.global-tech-page :is(.buyer-path, .services, .capabilities, .applications, .projects, .faq)::before,
.global-tech-page .contact::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(rgba(21, 79, 131, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(21, 79, 131, 0.035) 1px, transparent 1px);
  background-size: 46px 46px;
  content: "";
  pointer-events: none;
}

.global-tech-page :is(.buyer-path, .capabilities, .projects) {
  background:
    linear-gradient(180deg, rgba(245, 250, 255, 0.98), rgba(237, 246, 253, 0.96)),
    var(--story-steel);
}

.global-tech-page :is(.services, .applications, .faq) {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(248, 252, 255, 0.96)),
    #ffffff;
}

.global-tech-page :is(.buyer-path, .services, .capabilities, .applications, .projects, .faq) .section-head,
.global-tech-page .specs .section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 18px;
  max-width: var(--max);
  margin-right: auto;
  margin-bottom: clamp(26px, 4vw, 42px);
  margin-left: auto;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--story-line);
}

.global-tech-page :is(.buyer-path, .services, .capabilities, .applications, .projects, .faq) .section-head::after,
.global-tech-page .specs .section-head::after {
  display: inline-grid;
  width: 54px;
  height: 54px;
  place-items: center;
  font-size: 0.9rem;
  font-weight: 950;
  line-height: 1;
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(12, 45, 82, 0.08);
}

.global-tech-page :is(.buyer-path, .services, .capabilities, .applications, .projects, .faq) .section-head::after {
  color: var(--story-blue);
  background: #ffffff;
  border: 1px solid #bdd7ec;
}

.global-tech-page .buyer-path .section-head::after { content: "03"; }
.global-tech-page .services .section-head::after { content: "04"; }
.global-tech-page .capabilities .section-head::after { content: "06"; }
.global-tech-page .applications .section-head::after { content: "08"; }
.global-tech-page .projects .section-head::after { content: "09"; }
.global-tech-page .faq .section-head::after { content: "10"; }

.global-tech-page :is(.buyer-grid, .service-grid-six, .capability-grid, .application-topic-grid, .project-grid, .faq-grid),
.global-tech-page .specs-layout {
  max-width: var(--max);
  margin-right: auto;
  margin-left: auto;
}

.global-tech-page :is(.buyer-grid article, .service-grid-six .service-card, .capability-grid div, .application-topic-grid article, .project-feature, .project-card, .faq-grid details) {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 253, 255, 0.98)),
    #ffffff;
  border: 1px solid var(--story-line);
  border-radius: 8px;
  box-shadow: 0 16px 42px rgba(12, 45, 82, 0.08);
}

.global-tech-page .service-grid-six {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.global-tech-page .service-grid-six .service-card {
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 100%;
  padding: 0;
  overflow: hidden;
  text-align: left;
}

.global-tech-page .service-grid-six .service-card img {
  display: block;
  width: 100%;
  min-height: 0;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background:
    linear-gradient(rgba(21, 79, 131, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(21, 79, 131, 0.055) 1px, transparent 1px),
    #edf6ff;
  background-size: 28px 28px;
  border: 0;
  border-bottom: 1px solid var(--story-line);
}

.global-tech-page .service-grid-six .service-card img[src$="placeholder-required-image.svg"] {
  background: #ff0000 !important;
}

.global-tech-page .service-grid-six .service-card div {
  display: grid;
  align-content: start;
  justify-items: start;
  min-height: 230px;
  padding: 26px;
}

.global-tech-page .service-grid-six .service-card div::before {
  display: none;
}

.global-tech-page .service-grid-six .service-card span {
  order: 0;
  display: inline-grid;
  width: 42px;
  height: 32px;
  place-items: center;
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 950;
  background: var(--story-blue);
  border-radius: 4px;
}

.global-tech-page .service-grid-six .service-card h3 {
  max-width: none;
  margin: 14px 0 0;
  color: var(--story-text);
  text-align: left;
}

.global-tech-page .service-grid-six .service-card p {
  max-width: none;
  margin: 10px 0 0;
  color: var(--story-muted);
  text-align: left;
}

.global-tech-page .capability-strip {
  position: relative;
  isolation: isolate;
  background:
    linear-gradient(90deg, rgba(228, 241, 252, 0.96), rgba(248, 252, 255, 0.9)),
    #eaf4fd;
  border-top: 1px solid #bdd7ec;
  border-bottom: 1px solid #bdd7ec;
}

.global-tech-page .capability-strip::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(rgba(21, 79, 131, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(21, 79, 131, 0.045) 1px, transparent 1px);
  background-size: 42px 42px;
  content: "";
  pointer-events: none;
}

.global-tech-page .capability-strip strong {
  color: #0e4778;
}

.global-tech-page .capability-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.global-tech-page .capability-grid div {
  position: relative;
  min-height: 230px;
  padding: 76px 28px 28px;
  overflow: hidden;
}

.global-tech-page .capability-grid div::before {
  position: absolute;
  top: 26px;
  left: 28px;
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: var(--story-blue);
  font-size: 0.78rem;
  font-weight: 950;
  background: #e9f5ff;
  border: 1px solid #bdd7ec;
  border-radius: 8px;
}

.global-tech-page .capability-grid div:nth-child(1)::before { content: "01"; }
.global-tech-page .capability-grid div:nth-child(2)::before { content: "02"; }
.global-tech-page .capability-grid div:nth-child(3)::before { content: "03"; }
.global-tech-page .capability-grid div:nth-child(4)::before { content: "04"; }

.global-tech-page .specs {
  background:
    linear-gradient(135deg, rgba(8, 45, 78, 0.98), rgba(16, 68, 108, 0.96)),
    var(--story-blue-dark);
  border-top: 1px solid rgba(158, 208, 255, 0.22);
  border-bottom: 1px solid rgba(158, 208, 255, 0.22);
}

.global-tech-page .specs .section-head {
  border-bottom-color: rgba(158, 208, 255, 0.2);
}

.global-tech-page .specs .section-head::after {
  color: #9ed0ff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(158, 208, 255, 0.3);
  content: "07";
}

.global-tech-page .specs-layout {
  grid-template-columns: minmax(260px, 0.38fr) minmax(0, 1fr);
}

.global-tech-page .spec-table {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: rgba(158, 208, 255, 0.16);
  border-color: rgba(158, 208, 255, 0.22);
}

.global-tech-page .spec-table div {
  display: grid;
  align-content: start;
  grid-template-columns: minmax(0, 1fr);
  gap: 8px;
  min-height: 112px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.07);
}

.global-tech-page .spec-table span {
  color: rgba(255, 255, 255, 0.64);
}

.global-tech-page .spec-table strong {
  color: #ffffff;
  font-size: 1.02rem;
}

.global-tech-page .application-topic-grid {
  gap: 18px;
}

.global-tech-page .application-topic-grid article {
  grid-template-columns: minmax(210px, 0.42fr) minmax(0, 1fr);
}

.global-tech-page .application-topic-grid img {
  display: block;
  min-height: 270px;
  object-fit: cover;
}

.global-tech-page .projects {
  background:
    linear-gradient(180deg, rgba(240, 248, 255, 0.98), rgba(232, 243, 252, 0.98)),
    var(--story-steel);
}

.global-tech-page .project-section-head {
  grid-template-columns: minmax(0, 0.85fr) minmax(280px, 0.58fr);
}

.global-tech-page .section-head-actions {
  padding-top: 0;
}

.global-tech-page .project-feature-copy {
  background:
    linear-gradient(180deg, #ffffff, #f8fcff),
    #ffffff;
}

.global-tech-page .project-mini-grid {
  gap: 18px;
}

.global-tech-page .faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.global-tech-page .faq-grid details {
  margin: 0;
  padding: 22px 24px;
}

.global-tech-page .faq-grid summary {
  color: var(--story-text);
  font-size: 1.02rem;
}

.global-tech-page .faq-grid p {
  color: var(--story-muted);
}

.global-tech-page .contact {
  position: relative;
  isolation: isolate;
}

.global-tech-page .contact::before {
  background:
    linear-gradient(rgba(158, 208, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(158, 208, 255, 0.045) 1px, transparent 1px);
  background-size: 46px 46px;
}

@media (max-width: 1180px) {
  html.device-mobile .global-tech-page .specs-layout,
  html.device-mobile .global-tech-page .project-section-head {
    grid-template-columns: minmax(0, 1fr);
  }

  html.device-mobile .global-tech-page .service-grid-six,
  html.device-mobile .global-tech-page .capability-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  html.device-mobile .global-tech-page .faq-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 760px) {
  html.device-mobile .global-tech-page :is(.buyer-path, .services, .capabilities, .applications, .projects, .faq) {
    padding-right: 18px;
    padding-left: 18px;
  }

  html.device-mobile .global-tech-page :is(.buyer-path, .services, .capabilities, .applications, .projects, .faq) .section-head,
  html.device-mobile .global-tech-page .specs .section-head {
    grid-template-columns: minmax(0, 1fr);
  }

  html.device-mobile .global-tech-page :is(.buyer-path, .services, .capabilities, .applications, .projects, .faq) .section-head::after,
  html.device-mobile .global-tech-page .specs .section-head::after {
    width: 44px;
    height: 44px;
  }

  html.device-mobile .global-tech-page .service-grid-six,
  html.device-mobile .global-tech-page .capability-grid,
  html.device-mobile .global-tech-page .spec-table,
  html.device-mobile .global-tech-page .faq-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  html.device-mobile .global-tech-page .service-grid-six .service-card div,
  html.device-mobile .global-tech-page .capability-grid div,
  html.device-mobile .global-tech-page .spec-table div {
    min-height: 0;
  }

  html.device-mobile .global-tech-page .application-topic-grid article,
  html.device-mobile .global-tech-page .application-topic-grid article:first-child {
    grid-template-columns: minmax(0, 1fr);
  }

  html.device-mobile .global-tech-page .application-topic-grid img {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }
}

/* v65: align downstream section axes with the wide Technology block */
.global-tech-page :is(.buyer-path, .services, .capabilities, .applications, .projects, .faq) .section-head,
.global-tech-page :is(.buyer-grid, .service-grid-six, .capability-grid, .application-topic-grid, .project-grid, .faq-grid),
.global-tech-page .specs .section-head,
.global-tech-page .specs-layout {
  width: 100% !important;
  max-width: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.global-tech-page .buyer-path .section-head {
  max-width: none !important;
}

.global-tech-page .buyer-path .section-head h2 {
  max-width: 980px !important;
}

/* v66: show application images completely instead of cropping them */
.global-tech-page .application-topic-grid article {
  grid-template-columns: minmax(240px, 0.56fr) minmax(0, 1fr) !important;
}

.global-tech-page .application-topic-grid img {
  width: 100% !important;
  height: 100% !important;
  min-height: 220px !important;
  padding: 14px !important;
  object-fit: contain !important;
  object-position: center !important;
  background:
    radial-gradient(circle at 50% 45%, rgba(255, 255, 255, 0.96), rgba(236, 246, 255, 0.84) 58%, rgba(220, 237, 251, 0.72)),
    linear-gradient(rgba(21, 79, 131, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(21, 79, 131, 0.045) 1px, transparent 1px);
  background-size: auto, 26px 26px, 26px 26px;
}

.motion-safe .application-topic-grid article:hover img {
  transform: none !important;
}

@media (max-width: 760px) {
  html.device-mobile .global-tech-page .application-topic-grid article,
  html.device-mobile .global-tech-page .application-topic-grid article:first-child {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  html.device-mobile .global-tech-page .application-topic-grid img {
    height: min(54vw, 260px) !important;
    min-height: 180px !important;
    aspect-ratio: 16 / 9;
    padding: 12px !important;
  }
}

/* v67: make application cards image-led without cropping */
.global-tech-page .application-topic-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px !important;
}

.global-tech-page .application-topic-grid article,
.global-tech-page .application-topic-grid article:first-child {
  grid-column: auto !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  grid-template-rows: auto 1fr !important;
  min-height: 0 !important;
}

.global-tech-page .application-topic-grid img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 16 / 9 !important;
  padding: 0 !important;
  object-fit: contain !important;
  object-position: center !important;
  background:
    linear-gradient(rgba(21, 79, 131, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(21, 79, 131, 0.04) 1px, transparent 1px),
    #eef7ff !important;
  background-size: 24px 24px, 24px 24px, auto !important;
  border-right: 0 !important;
  border-bottom: 1px solid #d4e5f4 !important;
}

.global-tech-page .application-topic-grid div {
  align-content: start !important;
  min-height: 178px !important;
  padding: clamp(20px, 2.4vw, 28px) !important;
}

.global-tech-page .application-topic-grid h3 {
  font-size: clamp(1.08rem, 1.35vw, 1.32rem) !important;
}

@media (max-width: 1180px) {
  html.device-mobile .global-tech-page .application-topic-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  html.device-mobile .global-tech-page .application-topic-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  html.device-mobile .global-tech-page .application-topic-grid img {
    height: auto !important;
    min-height: 0 !important;
  }

  html.device-mobile .global-tech-page .application-topic-grid div {
    min-height: 0 !important;
  }
}

/* v68: remove small eyebrow labels above section titles */
.global-tech-page :is(.tech-advantage, .buyer-path, .services, .capabilities, .specs, .applications, .projects, .faq, .content-gaps) .section-head > .eyebrow {
  display: none !important;
}

.global-tech-page :is(.tech-advantage, .buyer-path, .services, .capabilities, .specs, .applications, .projects, .faq, .content-gaps) .section-head {
  gap: 0 !important;
}

/* v63: specifically merge the Technology -> Buyer Path transition */
.global-tech-page .tech-advantage {
  padding-bottom: clamp(18px, 2.4vw, 34px) !important;
  background:
    linear-gradient(180deg, #082d4e 0, #082d4e 42px, rgba(234, 244, 252, 0.98) 42px, #f7fbff 100%),
    #f7fbff !important;
}

.global-tech-page .buyer-path {
  margin-top: -1px !important;
  padding-top: clamp(22px, 2.6vw, 38px) !important;
  background:
    linear-gradient(180deg, #f7fbff 0%, #f5faff 100%) !important;
  border-top: 0 !important;
}

.global-tech-page .buyer-path::before {
  opacity: 1;
}

.global-tech-page .buyer-path .section-head {
  margin-bottom: clamp(16px, 2.2vw, 24px) !important;
  padding-bottom: clamp(12px, 1.7vw, 16px) !important;
  border-bottom-color: rgba(21, 79, 131, 0.14) !important;
}

.global-tech-page .buyer-path .section-head h2 {
  max-width: 760px !important;
  font-size: clamp(1.75rem, 2.65vw, 2.9rem) !important;
}

.global-tech-page .buyer-grid article {
  min-height: 168px !important;
  padding-top: clamp(22px, 3vw, 32px) !important;
  padding-bottom: clamp(22px, 3vw, 32px) !important;
}

@media (max-width: 760px) {
  html.device-mobile .global-tech-page .tech-advantage {
    padding-bottom: 24px !important;
  }

  html.device-mobile .global-tech-page .buyer-path {
    padding-top: 28px !important;
  }
}

/* v62: final section rhythm override, appended after all older section styles */
.global-tech-page .tech-advantage {
  padding-top: clamp(56px, 5.8vw, 84px) !important;
  padding-bottom: clamp(34px, 3.8vw, 54px) !important;
}

.global-tech-page :is(.buyer-path, .services, .capabilities, .applications, .projects, .faq) {
  padding-top: clamp(38px, 4.2vw, 62px) !important;
  padding-bottom: clamp(42px, 4.6vw, 70px) !important;
}

.global-tech-page .specs,
.global-tech-page .contact {
  padding-top: clamp(46px, 5vw, 76px) !important;
  padding-bottom: clamp(48px, 5.2vw, 82px) !important;
}

.global-tech-page :is(.buyer-path, .services, .capabilities, .applications, .projects, .faq)::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: max(18px, calc((100vw - var(--max)) / 2));
  z-index: 0;
  width: 1px;
  background: linear-gradient(180deg, rgba(21, 79, 131, 0), rgba(21, 79, 131, 0.22) 18%, rgba(21, 79, 131, 0.22) 82%, rgba(21, 79, 131, 0));
  content: "";
  pointer-events: none;
}

.global-tech-page :is(.buyer-path, .services, .capabilities, .applications, .projects, .faq) > * {
  position: relative;
  z-index: 1;
}

.global-tech-page :is(.buyer-path, .services, .capabilities, .applications, .projects, .faq) .section-head,
.global-tech-page .specs .section-head {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 10px !important;
  margin-bottom: clamp(18px, 2.8vw, 30px) !important;
  padding-bottom: clamp(14px, 2vw, 18px) !important;
}

.global-tech-page :is(.buyer-path, .services, .capabilities, .applications, .projects, .faq) .section-head::after,
.global-tech-page .specs .section-head::after {
  display: none !important;
}

.global-tech-page :is(.buyer-path, .services, .capabilities, .applications, .projects, .faq) .section-head .eyebrow,
.global-tech-page .specs .section-head .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  min-height: 32px;
  margin: 0;
}

.global-tech-page :is(.buyer-path, .services, .capabilities, .applications, .projects, .faq) .section-head .eyebrow::before,
.global-tech-page .specs .section-head .eyebrow::before {
  display: inline-grid;
  width: 34px;
  height: 28px;
  place-items: center;
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0;
  border-radius: 6px;
}

.global-tech-page :is(.buyer-path, .services, .capabilities, .applications, .projects, .faq) .section-head .eyebrow::before {
  color: #154f83;
  background: #ffffff;
  border: 1px solid #bdd7ec;
}

.global-tech-page .specs .section-head .eyebrow::before {
  color: #9ed0ff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(158, 208, 255, 0.32);
}

.global-tech-page .buyer-path .section-head .eyebrow::before { content: "03"; }
.global-tech-page .services .section-head .eyebrow::before { content: "04"; }
.global-tech-page .capabilities .section-head .eyebrow::before { content: "06"; }
.global-tech-page .specs .section-head .eyebrow::before { content: "07"; }
.global-tech-page .applications .section-head .eyebrow::before { content: "08"; }
.global-tech-page .projects .section-head .eyebrow::before { content: "09"; }
.global-tech-page .faq .section-head .eyebrow::before { content: "10"; }

.global-tech-page :is(.buyer-path, .services, .capabilities, .applications, .projects, .faq) .section-head h2,
.global-tech-page .specs .section-head h2 {
  max-width: 940px;
  font-size: clamp(1.9rem, 3vw, 3.25rem);
  line-height: 1.06;
}

.global-tech-page .section-head-actions {
  gap: 12px;
  max-width: 620px;
}

.global-tech-page .buyer-grid article {
  min-height: 190px;
}

.global-tech-page .service-grid-six .service-card div {
  min-height: 202px;
}

.global-tech-page .capability-grid div {
  min-height: 200px;
}

.global-tech-page .application-topic-grid article {
  min-height: 220px;
}

.global-tech-page .application-topic-grid img {
  min-height: 220px;
}

@media (max-width: 760px) {
  html.device-mobile .global-tech-page .tech-advantage {
    padding-top: 48px !important;
    padding-bottom: 34px !important;
  }

  html.device-mobile .global-tech-page :is(.buyer-path, .services, .capabilities, .applications, .projects, .faq),
  html.device-mobile .global-tech-page .specs,
  html.device-mobile .global-tech-page .contact {
    padding-top: 40px !important;
    padding-bottom: 44px !important;
  }

  html.device-mobile .global-tech-page :is(.buyer-path, .services, .capabilities, .applications, .projects, .faq)::after {
    left: 18px;
  }

  html.device-mobile .global-tech-page :is(.buyer-path, .services, .capabilities, .applications, .projects, .faq) .section-head h2,
  html.device-mobile .global-tech-page .specs .section-head h2 {
    font-size: clamp(1.85rem, 8vw, 2.55rem);
  }
}

/* v61: fix section-to-section rhythm instead of only card styling */
.global-tech-page .tech-advantage {
  padding-top: clamp(56px, 5.8vw, 84px) !important;
  padding-bottom: clamp(34px, 3.8vw, 54px) !important;
}

.global-tech-page :is(.buyer-path, .services, .capabilities, .applications, .projects, .faq) {
  padding-top: clamp(38px, 4.2vw, 62px) !important;
  padding-bottom: clamp(42px, 4.6vw, 70px) !important;
}

.global-tech-page .specs,
.global-tech-page .contact {
  padding-top: clamp(46px, 5vw, 76px) !important;
  padding-bottom: clamp(48px, 5.2vw, 82px) !important;
}

.global-tech-page :is(.buyer-path, .services, .capabilities, .applications, .projects, .faq)::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: max(18px, calc((100vw - var(--max)) / 2));
  z-index: 0;
  width: 1px;
  background: linear-gradient(180deg, rgba(21, 79, 131, 0), rgba(21, 79, 131, 0.22) 18%, rgba(21, 79, 131, 0.22) 82%, rgba(21, 79, 131, 0));
  content: "";
  pointer-events: none;
}

.global-tech-page :is(.buyer-path, .services, .capabilities, .applications, .projects, .faq) > * {
  position: relative;
  z-index: 1;
}

.global-tech-page :is(.buyer-path, .services, .capabilities, .applications, .projects, .faq) .section-head,
.global-tech-page .specs .section-head {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 10px !important;
  margin-bottom: clamp(18px, 2.8vw, 30px) !important;
  padding-bottom: clamp(14px, 2vw, 18px) !important;
}

.global-tech-page :is(.buyer-path, .services, .capabilities, .applications, .projects, .faq) .section-head::after,
.global-tech-page .specs .section-head::after {
  display: none !important;
}

.global-tech-page :is(.buyer-path, .services, .capabilities, .applications, .projects, .faq) .section-head .eyebrow,
.global-tech-page .specs .section-head .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  min-height: 32px;
  margin: 0;
}

.global-tech-page :is(.buyer-path, .services, .capabilities, .applications, .projects, .faq) .section-head .eyebrow::before,
.global-tech-page .specs .section-head .eyebrow::before {
  display: inline-grid;
  width: 34px;
  height: 28px;
  place-items: center;
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0;
  border-radius: 6px;
}

.global-tech-page :is(.buyer-path, .services, .capabilities, .applications, .projects, .faq) .section-head .eyebrow::before {
  color: #154f83;
  background: #ffffff;
  border: 1px solid #bdd7ec;
}

.global-tech-page .specs .section-head .eyebrow::before {
  color: #9ed0ff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(158, 208, 255, 0.32);
}

.global-tech-page .buyer-path .section-head .eyebrow::before { content: "03"; }
.global-tech-page .services .section-head .eyebrow::before { content: "04"; }
.global-tech-page .capabilities .section-head .eyebrow::before { content: "06"; }
.global-tech-page .specs .section-head .eyebrow::before { content: "07"; }
.global-tech-page .applications .section-head .eyebrow::before { content: "08"; }
.global-tech-page .projects .section-head .eyebrow::before { content: "09"; }
.global-tech-page .faq .section-head .eyebrow::before { content: "10"; }

.global-tech-page :is(.buyer-path, .services, .capabilities, .applications, .projects, .faq) .section-head h2,
.global-tech-page .specs .section-head h2 {
  max-width: 940px;
  font-size: clamp(1.9rem, 3vw, 3.25rem);
  line-height: 1.06;
}

.global-tech-page .section-head-actions {
  gap: 12px;
  max-width: 620px;
}

.global-tech-page .buyer-grid article {
  min-height: 190px;
}

.global-tech-page .service-grid-six .service-card div {
  min-height: 202px;
}

.global-tech-page .capability-grid div {
  min-height: 200px;
}

.global-tech-page .application-topic-grid article {
  min-height: 220px;
}

.global-tech-page .application-topic-grid img {
  min-height: 220px;
}

@media (max-width: 760px) {
  html.device-mobile .global-tech-page .tech-advantage {
    padding-top: 48px !important;
    padding-bottom: 34px !important;
  }

  html.device-mobile .global-tech-page :is(.buyer-path, .services, .capabilities, .applications, .projects, .faq),
  html.device-mobile .global-tech-page .specs,
  html.device-mobile .global-tech-page .contact {
    padding-top: 40px !important;
    padding-bottom: 44px !important;
  }

  html.device-mobile .global-tech-page :is(.buyer-path, .services, .capabilities, .applications, .projects, .faq)::after {
    left: 18px;
  }

  html.device-mobile .global-tech-page :is(.buyer-path, .services, .capabilities, .applications, .projects, .faq) .section-head h2,
  html.device-mobile .global-tech-page .specs .section-head h2 {
    font-size: clamp(1.85rem, 8vw, 2.55rem);
  }
}

/* v58: unify every downstream section with the selected industrial blueprint system */
.global-tech-page {
  --story-blue: #154f83;
  --story-blue-dark: #082d4e;
  --story-line: #d4e5f4;
  --story-soft: #f5faff;
  --story-steel: #eef6fc;
  --story-text: #10243a;
  --story-muted: #52697e;
}

.global-tech-page :is(.buyer-path, .services, .capabilities, .applications, .projects, .faq) {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-top: 1px solid var(--story-line);
}

.global-tech-page :is(.buyer-path, .services, .capabilities, .applications, .projects, .faq)::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(rgba(21, 79, 131, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(21, 79, 131, 0.035) 1px, transparent 1px);
  background-size: 46px 46px;
  content: "";
  pointer-events: none;
}

.global-tech-page :is(.buyer-path, .capabilities, .projects) {
  background:
    linear-gradient(180deg, rgba(245, 250, 255, 0.98), rgba(237, 246, 253, 0.96)),
    var(--story-steel);
}

.global-tech-page :is(.services, .applications, .faq) {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(248, 252, 255, 0.96)),
    #ffffff;
}

.global-tech-page :is(.buyer-path, .services, .capabilities, .applications, .projects, .faq) .section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 18px;
  margin-bottom: clamp(26px, 4vw, 42px);
  padding-bottom: 20px;
  border-bottom: 1px solid var(--story-line);
}

.global-tech-page :is(.buyer-path, .services, .capabilities, .applications, .projects, .faq) .section-head::after {
  display: inline-grid;
  width: 54px;
  height: 54px;
  place-items: center;
  color: var(--story-blue);
  font-size: 0.9rem;
  font-weight: 950;
  line-height: 1;
  background: #ffffff;
  border: 1px solid #bdd7ec;
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(12, 45, 82, 0.08);
}

.global-tech-page .buyer-path .section-head::after {
  content: "03";
}

.global-tech-page .services .section-head::after {
  content: "04";
}

.global-tech-page .capabilities .section-head::after {
  content: "06";
}

.global-tech-page .applications .section-head::after {
  content: "08";
}

.global-tech-page .projects .section-head::after {
  content: "09";
}

.global-tech-page .faq .section-head::after {
  content: "10";
}

.global-tech-page :is(.buyer-grid article, .service-grid-six .service-card, .capability-grid div, .application-topic-grid article, .project-feature, .project-card, .faq-grid details) {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 253, 255, 0.98)),
    #ffffff;
  border: 1px solid var(--story-line);
  border-radius: 8px;
  box-shadow: 0 16px 42px rgba(12, 45, 82, 0.08);
}

.global-tech-page .buyer-grid article,
.global-tech-page .capability-grid div,
.global-tech-page .faq-grid details {
  position: relative;
  overflow: hidden;
}

.global-tech-page .buyer-grid article::after,
.global-tech-page .capability-grid div::after,
.global-tech-page .faq-grid details::after {
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--story-blue), #67b7ff);
  content: "";
}

.global-tech-page .service-grid-six {
  gap: 18px;
}

.global-tech-page .service-grid-six .service-card {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  padding: 0;
  text-align: left;
}

.global-tech-page .service-grid-six .service-card img {
  display: block;
  width: 100%;
  min-height: 0;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background:
    linear-gradient(rgba(21, 79, 131, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(21, 79, 131, 0.055) 1px, transparent 1px),
    #edf6ff;
  background-size: 28px 28px;
  border: 0;
  border-bottom: 1px solid var(--story-line);
}

.global-tech-page .service-grid-six .service-card:has(img[src$="placeholder-required-image.svg"]) img {
  background: #ff0000 !important;
}

.global-tech-page .service-grid-six .service-card div {
  display: grid;
  align-content: start;
  justify-items: start;
  min-height: 230px;
  padding: 26px;
}

.global-tech-page .service-grid-six .service-card div::before {
  display: none;
}

.global-tech-page .service-grid-six .service-card span {
  order: 0;
  display: inline-grid;
  width: 42px;
  height: 32px;
  place-items: center;
  color: #ffffff;
  font-size: 0.78rem;
  background: var(--story-blue);
  border-radius: 4px;
}

.global-tech-page .service-grid-six .service-card h3 {
  max-width: none;
  margin: 14px 0 0;
  color: var(--story-text);
}

.global-tech-page .service-grid-six .service-card p {
  max-width: none;
  margin: 10px 0 0;
  color: var(--story-muted);
}

.global-tech-page .capability-strip {
  position: relative;
  isolation: isolate;
  background:
    linear-gradient(90deg, rgba(228, 241, 252, 0.96), rgba(248, 252, 255, 0.9)),
    #eaf4fd;
  border-top: 1px solid #bdd7ec;
  border-bottom: 1px solid #bdd7ec;
}

.global-tech-page .capability-strip::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(rgba(21, 79, 131, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(21, 79, 131, 0.045) 1px, transparent 1px);
  background-size: 42px 42px;
  content: "";
  pointer-events: none;
}

.global-tech-page .capability-strip div {
  border-left-color: #bdd7ec;
}

.global-tech-page .capability-strip strong {
  color: #0e4778;
}

.global-tech-page .capabilities {
  border-top: 0;
}

.global-tech-page .capability-grid div {
  padding-top: 76px;
}

.global-tech-page .capability-grid div::before {
  position: absolute;
  top: 26px;
  left: 28px;
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: var(--story-blue);
  font-size: 0.78rem;
  font-weight: 950;
  background: #e9f5ff;
  border: 1px solid #bdd7ec;
  border-radius: 8px;
}

.global-tech-page .capability-grid div:nth-child(1)::before {
  content: "01";
}

.global-tech-page .capability-grid div:nth-child(2)::before {
  content: "02";
}

.global-tech-page .capability-grid div:nth-child(3)::before {
  content: "03";
}

.global-tech-page .capability-grid div:nth-child(4)::before {
  content: "04";
}

.global-tech-page .specs {
  background:
    linear-gradient(135deg, rgba(8, 45, 78, 0.98), rgba(16, 68, 108, 0.96)),
    var(--story-blue-dark);
  border-top: 1px solid rgba(158, 208, 255, 0.22);
  border-bottom: 1px solid rgba(158, 208, 255, 0.22);
}

.global-tech-page .specs .section-head,
.global-tech-page .specs-layout {
  max-width: var(--max);
  margin-right: auto;
  margin-left: auto;
}

.global-tech-page .specs .section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  margin-bottom: clamp(26px, 4vw, 42px);
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(158, 208, 255, 0.2);
}

.global-tech-page .specs .section-head::after {
  display: inline-grid;
  width: 54px;
  height: 54px;
  place-items: center;
  color: #9ed0ff;
  font-size: 0.9rem;
  font-weight: 950;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(158, 208, 255, 0.3);
  border-radius: 8px;
  content: "07";
}

.global-tech-page .specs-layout {
  grid-template-columns: minmax(260px, 0.38fr) minmax(0, 1fr);
}

.global-tech-page .spec-table {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: rgba(158, 208, 255, 0.16);
  border-color: rgba(158, 208, 255, 0.22);
}

.global-tech-page .spec-table div {
  display: grid;
  align-content: start;
  grid-template-columns: minmax(0, 1fr);
  gap: 8px;
  min-height: 112px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.07);
}

.global-tech-page .spec-table span {
  color: rgba(255, 255, 255, 0.64);
}

.global-tech-page .spec-table strong {
  color: #ffffff;
  font-size: 1.02rem;
}

.global-tech-page .application-topic-grid {
  gap: 18px;
}

.global-tech-page .application-topic-grid article {
  grid-template-columns: minmax(210px, 0.42fr) minmax(0, 1fr);
  border-color: var(--story-line);
}

.global-tech-page .application-topic-grid img {
  display: block;
  min-height: 270px;
  object-fit: cover;
}

.global-tech-page .application-topic-grid div {
  align-content: center;
}

.global-tech-page .projects {
  background:
    linear-gradient(180deg, rgba(240, 248, 255, 0.98), rgba(232, 243, 252, 0.98)),
    var(--story-steel);
}

.global-tech-page .project-section-head {
  grid-template-columns: minmax(0, 0.85fr) minmax(280px, 0.58fr);
}

.global-tech-page .section-head-actions {
  padding-top: 0;
}

.global-tech-page .project-feature {
  border-color: var(--story-line);
}

.global-tech-page .project-feature-copy {
  background:
    linear-gradient(180deg, #ffffff, #f8fcff),
    #ffffff;
}

.global-tech-page .project-feature-copy span,
.global-tech-page .project-card span {
  color: var(--story-blue);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.global-tech-page .project-mini-grid {
  gap: 18px;
}

.global-tech-page .project-card {
  overflow: hidden;
}

.global-tech-page .project-card div {
  padding: 22px;
}

.global-tech-page .faq {
  background:
    linear-gradient(180deg, #ffffff, #f6fbff),
    #ffffff;
}

.global-tech-page .faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.global-tech-page .faq-grid details {
  margin: 0;
  padding: 22px 24px;
}

.global-tech-page .faq-grid summary {
  color: var(--story-text);
  font-size: 1.02rem;
}

.global-tech-page .faq-grid p {
  color: var(--story-muted);
}

.global-tech-page .contact {
  position: relative;
  isolation: isolate;
}

.global-tech-page .contact::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(rgba(158, 208, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(158, 208, 255, 0.045) 1px, transparent 1px);
  background-size: 46px 46px;
  content: "";
  pointer-events: none;
}

@media (max-width: 1180px) {
  html.device-mobile .global-tech-page .specs-layout,
  html.device-mobile .global-tech-page .project-section-head {
    grid-template-columns: minmax(0, 1fr);
  }

  html.device-mobile .global-tech-page .faq-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 760px) {
  html.device-mobile .global-tech-page :is(.buyer-path, .services, .capabilities, .applications, .projects, .faq) .section-head,
  html.device-mobile .global-tech-page .specs .section-head {
    grid-template-columns: minmax(0, 1fr);
  }

  html.device-mobile .global-tech-page :is(.buyer-path, .services, .capabilities, .applications, .projects, .faq) .section-head::after,
  html.device-mobile .global-tech-page .specs .section-head::after {
    width: 44px;
    height: 44px;
  }

  html.device-mobile .global-tech-page .spec-table {
    grid-template-columns: minmax(0, 1fr);
  }

  html.device-mobile .global-tech-page .spec-table div {
    min-height: 0;
  }

  html.device-mobile .global-tech-page .application-topic-grid article,
  html.device-mobile .global-tech-page .application-topic-grid article:first-child {
    grid-template-columns: minmax(0, 1fr);
  }

  html.device-mobile .global-tech-page .application-topic-grid img {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  html.device-mobile .global-tech-page .project-section-head {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 760px) {
  html.device-mobile .global-tech-page .hero-copy,
  html.device-mobile .global-tech-page .section-head p:not(.eyebrow),
  html.device-mobile .global-tech-page .tech-copy p,
  html.device-mobile .global-tech-page .buyer-grid p,
  html.device-mobile .global-tech-page .service-card p,
  html.device-mobile .global-tech-page .application-topic-grid p,
  html.device-mobile .global-tech-page .project-feature p,
  html.device-mobile .global-tech-page .specs-copy p,
  html.device-mobile .global-tech-page .contact-copy p {
    font-size: 1rem;
    line-height: 1.66;
  }

  html.device-mobile .global-tech-page .service-grid-six .service-card img {
    aspect-ratio: 16 / 9;
  }

  html.device-mobile .global-tech-page .service-grid-six .service-card div {
    padding: 22px 20px 24px;
  }

  html.device-mobile .global-tech-page .project-feature img {
    padding: 14px;
  }

  html.device-mobile .global-tech-page .spec-table div {
    grid-template-columns: minmax(0, 1fr);
    gap: 6px;
    padding: 16px 18px;
  }

  html.device-mobile .global-tech-page.library-page .case-filter-bar {
    gap: 8px;
  }

  html.device-mobile .global-tech-page.library-page .case-filter-bar button {
    flex: 1 1 calc(50% - 8px);
    min-width: 0;
    white-space: normal;
  }
}

/* v50: explicit unfinished content placeholders and tighter data layout */
.global-tech-page img[src$="placeholder-required-image.svg"],
.global-tech-page .service-grid-six .service-card img[src$="placeholder-required-image.svg"],
.global-tech-page .application-topic-grid img[src$="placeholder-required-image.svg"],
.global-tech-page .project-feature img[src$="placeholder-required-image.svg"],
.global-tech-page .project-mini-grid .project-card img[src$="placeholder-required-image.svg"],
.global-tech-page.library-page .case-detail img[src$="placeholder-required-image.svg"],
.global-tech-page.library-page .library-card img[src$="placeholder-required-image.svg"],
.global-tech-page.library-page .document-card img[src$="placeholder-required-image.svg"] {
  width: 100%;
  height: 100%;
  padding: 0 !important;
  object-fit: cover !important;
  background: #ff0000 !important;
  filter: none !important;
}

.global-tech-page .service-card:has(img[src$="placeholder-required-image.svg"]) {
  background: #ffffff;
}

.global-tech-page .service-card:has(img[src$="placeholder-required-image.svg"]) img,
.global-tech-page .application-topic-grid img[src$="placeholder-required-image.svg"],
.global-tech-page .project-card img[src$="placeholder-required-image.svg"],
.global-tech-page.library-page .library-card img[src$="placeholder-required-image.svg"],
.global-tech-page.library-page .document-card img[src$="placeholder-required-image.svg"] {
  display: block;
}

.global-tech-page .capability-strip strong,
.global-tech-page .spec-table strong,
.global-tech-page .project-feature dd,
.global-tech-page.library-page .case-detail dd,
.global-tech-page.library-page .page-hero-panel strong {
  font-variant-numeric: tabular-nums;
}

.global-tech-page .capability-strip div {
  display: grid;
  align-content: center;
  gap: 10px;
}

.global-tech-page .capability-strip strong {
  letter-spacing: 0;
}

.global-tech-page .specs-layout {
  align-items: start;
  gap: clamp(28px, 5vw, 70px);
}

.global-tech-page .specs-copy {
  display: grid;
  gap: 22px;
  align-content: start;
}

.global-tech-page .specs-copy .button {
  width: fit-content;
}

.global-tech-page .spec-table {
  overflow: hidden;
}

.global-tech-page .spec-table div {
  align-items: center;
}

.global-tech-page .spec-table strong {
  min-width: 0;
  font-weight: 900;
  word-break: break-word;
}

.global-tech-page .project-feature dl div,
.global-tech-page.library-page .case-detail dl div {
  align-items: center;
}

.global-tech-page .project-feature dd,
.global-tech-page.library-page .case-detail dd {
  color: #0f1726;
  font-weight: 900;
}

.global-tech-page.library-page .document-card,
.global-tech-page.library-page .library-card {
  min-width: 0;
}

.global-tech-page .site-nav .nav-cta {
  color: #ffffff;
  background: #154f83;
  border-color: #154f83;
}

.global-tech-page .site-nav .nav-cta:hover,
.global-tech-page .site-nav .nav-cta:focus-visible {
  color: #ffffff;
  background: #0c4f87;
  border-color: #0c4f87;
}

/* v53: visible placeholders for only the truly missing launch inputs */
.global-tech-page .content-gaps {
  background:
    linear-gradient(180deg, #f5f9fd 0%, #ffffff 100%),
    #f5f9fd;
}

.global-tech-page .content-gap-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.38fr);
  gap: clamp(22px, 4vw, 48px);
  align-items: start;
}

.global-tech-page .asset-gap-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.global-tech-page .asset-gap-grid article {
  display: grid;
  overflow: hidden;
  min-width: 0;
  background: #ffffff;
  border: 1px solid #d6e4f0;
  border-radius: 8px;
  box-shadow: 0 12px 32px rgba(12, 45, 82, 0.07);
}

.global-tech-page .asset-gap-grid img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-bottom: 1px solid #d6e4f0;
}

.global-tech-page .asset-gap-grid div {
  display: grid;
  gap: 7px;
  padding: 16px;
}

.global-tech-page .asset-gap-grid span,
.global-tech-page .parameter-gap-panel .eyebrow {
  color: #154f83;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.global-tech-page .asset-gap-grid h3 {
  margin: 0;
  color: #0f1726;
  font-size: 1rem;
  line-height: 1.25;
}

.global-tech-page .asset-gap-grid p {
  margin: 0;
  color: #5f6f82;
  font-size: 0.9rem;
  line-height: 1.45;
}

.global-tech-page .parameter-gap-panel {
  padding: clamp(22px, 3vw, 30px);
  background: #0c2f52;
  border: 1px solid rgba(158, 208, 255, 0.28);
  border-radius: 8px;
  box-shadow: 0 20px 52px rgba(12, 45, 82, 0.16);
}

.global-tech-page .parameter-gap-panel .eyebrow {
  margin: 0 0 16px;
  color: #9ed0ff;
}

.global-tech-page .parameter-gap-panel dl {
  display: grid;
  gap: 1px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
}

.global-tech-page .parameter-gap-panel dl div,
.global-tech-page.library-page .case-meta div {
  display: grid;
  grid-template-columns: minmax(92px, 0.42fr) minmax(0, 1fr);
  gap: 12px;
}

.global-tech-page .parameter-gap-panel dl div {
  padding: 13px 14px;
  background: rgba(255, 255, 255, 0.07);
}

.global-tech-page .parameter-gap-panel dt,
.global-tech-page .parameter-gap-panel dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.92rem;
  line-height: 1.35;
}

.global-tech-page .parameter-gap-panel dt {
  color: rgba(255, 255, 255, 0.66);
  font-weight: 800;
}

.global-tech-page .parameter-gap-panel dd,
.global-tech-page.library-page .case-meta dd {
  font-weight: 900;
}

.global-tech-page.library-page .case-meta {
  display: grid;
  gap: 1px;
  margin: 14px 0 0;
  overflow: hidden;
  background: #d6e4f0;
  border: 1px solid #d6e4f0;
  border-radius: 8px;
}

.global-tech-page.library-page .case-meta div {
  padding: 9px 10px;
  background: #f7fbff;
}

.global-tech-page.library-page .case-meta dt,
.global-tech-page.library-page .case-meta dd {
  margin: 0;
  color: #5f6f82;
  font-size: 0.78rem;
  line-height: 1.25;
}

.global-tech-page.library-page .case-meta dd {
  color: #0f1726;
}

@media (max-width: 1180px) {
  html.device-mobile .global-tech-page .content-gap-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  html.device-mobile .global-tech-page .asset-gap-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  html.device-mobile .global-tech-page .asset-gap-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  html.device-mobile .global-tech-page .parameter-gap-panel dl div,
  html.device-mobile .global-tech-page.library-page .case-meta div {
    grid-template-columns: minmax(0, 1fr);
    gap: 5px;
  }

  html.device-mobile .global-tech-page .capability-strip div {
    min-height: 104px;
    padding: 22px 20px;
  }

  html.device-mobile .global-tech-page .capability-strip strong {
    font-size: 2rem;
  }

  html.device-mobile .global-tech-page .specs-copy .button {
    width: 100%;
  }

  html.device-mobile .global-tech-page.library-page .document-card {
    grid-template-rows: 230px auto;
  }
}

/* v55: stronger hero capability signals */
.global-tech-page .hero-proof {
  display: grid !important;
  width: min(780px, calc(100vw - 48px));
  max-width: none;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 30px;
}

.global-tech-page .hero-proof span {
  position: relative;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  grid-template-areas:
    "icon title"
    "icon copy";
  align-items: center;
  min-height: 86px;
  padding: 16px 14px;
  color: #0f1726;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(240, 248, 255, 0.82)),
    rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(21, 79, 131, 0.2);
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(12, 45, 82, 0.11);
  backdrop-filter: blur(8px);
  overflow: hidden;
}

.global-tech-page .hero-proof span::before {
  display: none;
}

.global-tech-page .hero-proof span::after {
  position: absolute;
  inset: auto 0 0 0;
  height: 3px;
  background: linear-gradient(90deg, #154f83, #2f8bd2);
  content: "";
  opacity: 0.9;
}

.global-tech-page .hero-proof svg {
  grid-area: icon;
  width: 28px;
  height: 28px;
  color: #154f83;
  stroke: currentColor;
  stroke-width: 1.75;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.global-tech-page .hero-proof strong {
  grid-area: title;
  min-width: 0;
  color: #10243a;
  font-size: 0.88rem;
  font-weight: 900;
  line-height: 1.18;
  overflow-wrap: anywhere;
}

.global-tech-page .hero-proof small {
  grid-area: copy;
  min-width: 0;
  margin-top: 4px;
  color: #52697e;
  font-size: 0.74rem;
  font-weight: 750;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

@media (max-width: 1180px) {
  html.device-mobile .global-tech-page .hero-proof {
    width: min(620px, calc(100vw - 40px));
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  html.device-mobile .global-tech-page .hero-proof {
    width: 100%;
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
    margin-top: 22px;
  }

  html.device-mobile .global-tech-page .hero-proof span {
    min-height: 72px;
    padding: 14px 14px;
  }
}

/* v56: continuous industrial narrative after the dark process band */
.global-tech-page {
  background: #f3f8fd;
}

.global-tech-page .process-ribbon {
  border-bottom: 1px solid rgba(158, 208, 255, 0.22);
}

.global-tech-page .tech-advantage {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: stretch;
  max-width: none;
  margin: 0;
  padding: clamp(76px, 8vw, 112px) max(var(--section-x), calc((100vw - var(--max)) / 2)) clamp(64px, 7vw, 96px);
  background:
    linear-gradient(180deg, #082d4e 0, #082d4e 42px, rgba(234, 244, 252, 0.98) 42px, #f7fbff 100%),
    #f7fbff;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.global-tech-page .tech-advantage::before {
  position: absolute;
  inset: 42px 0 0;
  background:
    linear-gradient(rgba(21, 79, 131, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(21, 79, 131, 0.045) 1px, transparent 1px);
  background-size: 44px 44px;
  content: "";
  pointer-events: none;
}

.global-tech-page .tech-advantage > * {
  position: relative;
  z-index: 1;
}

.global-tech-page .tech-advantage .section-head {
  display: grid;
  align-content: start;
  padding: clamp(28px, 4vw, 44px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(245, 250, 255, 0.9)),
    #ffffff;
  border: 1px solid #d4e5f4;
  border-left: 5px solid #154f83;
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(12, 45, 82, 0.09);
}

.global-tech-page .tech-advantage .section-head::before {
  display: none;
}

.global-tech-page .tech-advantage h2 {
  max-width: 620px;
  font-size: clamp(2.15rem, 3.8vw, 4.2rem);
}

.global-tech-page .tech-copy {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(260px, 0.7fr);
  gap: 22px;
  align-items: stretch;
  min-width: 0;
  padding: clamp(24px, 4vw, 38px);
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid #d4e5f4;
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(12, 45, 82, 0.08);
  backdrop-filter: blur(8px);
}

.global-tech-page .tech-copy > p {
  grid-column: 1 / -1;
  max-width: 860px;
  padding-bottom: 18px;
  border-bottom: 1px solid #dbe8f4;
}

.global-tech-page .tech-visual {
  align-self: stretch;
  min-height: 100%;
  margin: 0;
  background:
    linear-gradient(rgba(21, 79, 131, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(21, 79, 131, 0.05) 1px, transparent 1px),
    #eef7ff;
  background-size: 28px 28px;
}

.global-tech-page .tech-visual img {
  height: 100%;
  min-height: 310px;
  object-fit: contain;
  padding: 18px;
}

.global-tech-page .tech-checks {
  align-self: stretch;
  gap: 0;
  overflow: hidden;
  border: 1px solid #dbe8f4;
  border-radius: 8px;
}

.global-tech-page .tech-checks article {
  min-height: 0;
  padding: 18px;
  background: #ffffff;
  border-top: 0;
  border-bottom: 1px solid #dbe8f4;
}

.global-tech-page .tech-checks article:last-child {
  border-bottom: 0;
}

.global-tech-page .buyer-path,
.global-tech-page .services,
.global-tech-page .capabilities,
.global-tech-page .applications,
.global-tech-page .faq {
  max-width: none;
  margin: 0;
  padding-right: max(var(--section-x), calc((100vw - var(--max)) / 2));
  padding-left: max(var(--section-x), calc((100vw - var(--max)) / 2));
}

.global-tech-page .buyer-path {
  background: #f7fbff;
  border-top: 1px solid #dbe8f4;
}

.global-tech-page .buyer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.global-tech-page .buyer-grid article {
  min-height: 190px;
  padding: clamp(26px, 4vw, 40px);
  border-top: 4px solid #154f83;
}

.global-tech-page .buyer-grid span {
  color: #154f83;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.global-tech-page .buyer-grid h3 {
  margin: 12px 0 10px;
  color: #0f1726;
  font-size: clamp(1.35rem, 2vw, 1.9rem);
  line-height: 1.12;
}

.global-tech-page .services {
  background: #ffffff;
  border-top: 1px solid #dbe8f4;
}

.global-tech-page .services .section-head,
.global-tech-page .buyer-path .section-head,
.global-tech-page .applications .section-head,
.global-tech-page .capabilities .section-head,
.global-tech-page .faq .section-head {
  max-width: var(--max);
  margin-right: auto;
  margin-left: auto;
}

.global-tech-page .service-grid-six,
.global-tech-page .buyer-grid,
.global-tech-page .capability-grid,
.global-tech-page .application-topic-grid,
.global-tech-page .faq-grid {
  max-width: var(--max);
  margin-right: auto;
  margin-left: auto;
}

.global-tech-page .service-grid-six {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.global-tech-page .service-grid-six .service-card {
  min-height: 100%;
  border-color: #d4e5f4;
}

.global-tech-page .service-grid-six .service-card div {
  min-height: 238px;
}

.global-tech-page .capability-strip {
  border-top: 1px solid #c9dceb;
  border-bottom: 1px solid #c9dceb;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.72);
}

.global-tech-page .capabilities {
  background: #f7fbff;
}

.global-tech-page .capability-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.global-tech-page .capability-grid div {
  min-height: 230px;
  padding: 28px;
  border-color: #d4e5f4;
}

.global-tech-page .specs {
  position: relative;
  overflow: hidden;
}

.global-tech-page .specs::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(158, 208, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(158, 208, 255, 0.055) 1px, transparent 1px);
  background-size: 46px 46px;
  content: "";
  pointer-events: none;
}

.global-tech-page .specs > * {
  position: relative;
  z-index: 1;
}

.global-tech-page .applications {
  background:
    linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.global-tech-page .projects {
  padding-right: max(var(--section-x), calc((100vw - var(--max)) / 2));
  padding-left: max(var(--section-x), calc((100vw - var(--max)) / 2));
}

.global-tech-page .projects .section-head,
.global-tech-page .project-grid {
  max-width: var(--max);
  margin-right: auto;
  margin-left: auto;
}

.global-tech-page .contact {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(420px, 0.86fr);
  gap: clamp(30px, 5vw, 72px);
  max-width: none;
  margin: 0;
  padding: clamp(72px, 8vw, 112px) max(var(--section-x), calc((100vw - var(--max)) / 2));
  border-top: 1px solid rgba(158, 208, 255, 0.18);
}

.global-tech-page .contact .contact-copy,
.global-tech-page .contact .quote-form {
  max-width: none;
}

.global-tech-page .contact .quote-form {
  background: rgba(255, 255, 255, 0.96);
  border-color: rgba(158, 208, 255, 0.28);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
}

.global-tech-page .contact .quote-form label {
  color: #10243a;
}

.global-tech-page .contact .form-note {
  color: #5d6f82;
}

.global-tech-page .content-gaps {
  padding-top: clamp(46px, 5vw, 72px) !important;
  padding-bottom: clamp(50px, 6vw, 78px) !important;
  background: #f3f8fd;
  border-top: 1px dashed #b6cde1;
}

.global-tech-page .content-gaps .section-head,
.global-tech-page .content-gap-layout {
  max-width: var(--max);
  margin-right: auto;
  margin-left: auto;
}

.global-tech-page .content-gaps .section-head h2 {
  font-size: clamp(1.55rem, 2.3vw, 2.25rem);
}

.global-tech-page .content-gaps .section-head h2::after {
  width: 52px;
}

@media (max-width: 1180px) {
  html.device-mobile .global-tech-page .tech-advantage {
    grid-template-columns: minmax(0, 1fr);
  }

  html.device-mobile .global-tech-page .tech-copy {
    grid-template-columns: minmax(0, 1fr);
  }

  html.device-mobile .global-tech-page .service-grid-six,
  html.device-mobile .global-tech-page .capability-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  html.device-mobile .global-tech-page .tech-advantage,
  html.device-mobile .global-tech-page .buyer-path,
  html.device-mobile .global-tech-page .services,
  html.device-mobile .global-tech-page .capabilities,
  html.device-mobile .global-tech-page .applications,
  html.device-mobile .global-tech-page .projects,
  html.device-mobile .global-tech-page .faq,
  html.device-mobile .global-tech-page .contact,
  html.device-mobile .global-tech-page .content-gaps {
    padding-right: 18px;
    padding-left: 18px;
  }

  html.device-mobile .global-tech-page .tech-advantage {
    padding-top: 62px;
  }

  html.device-mobile .global-tech-page .tech-advantage .section-head,
  html.device-mobile .global-tech-page .tech-copy {
    padding: 22px 18px;
  }

  html.device-mobile .global-tech-page .tech-visual img {
    min-height: 220px;
  }

  html.device-mobile .global-tech-page .buyer-grid,
  html.device-mobile .global-tech-page .service-grid-six,
  html.device-mobile .global-tech-page .capability-grid,
  html.device-mobile .global-tech-page .contact {
    grid-template-columns: minmax(0, 1fr);
  }

  html.device-mobile .global-tech-page .buyer-grid article,
  html.device-mobile .global-tech-page .capability-grid div {
    min-height: 0;
  }

  html.device-mobile .global-tech-page .service-grid-six .service-card div {
    min-height: 0;
  }
}
/* v60: EOF override marker */

/* v60: actual final downstream system override */
.global-tech-page .tech-advantage {
  padding-top: clamp(56px, 5.8vw, 84px) !important;
  padding-bottom: clamp(34px, 3.8vw, 54px) !important;
}

.global-tech-page :is(.buyer-path, .services, .capabilities, .applications, .projects, .faq) {
  position: relative;
  isolation: isolate;
  max-width: none;
  margin: 0;
  padding-top: clamp(38px, 4.2vw, 62px) !important;
  padding-right: max(var(--section-x), calc((100vw - var(--max)) / 2));
  padding-bottom: clamp(42px, 4.6vw, 70px) !important;
  padding-left: max(var(--section-x), calc((100vw - var(--max)) / 2));
  overflow: hidden;
  border-top: 1px solid #d4e5f4;
}

.global-tech-page :is(.buyer-path, .services, .capabilities, .applications, .projects, .faq)::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(rgba(21, 79, 131, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(21, 79, 131, 0.035) 1px, transparent 1px);
  background-size: 46px 46px;
  content: "";
  pointer-events: none;
}

.global-tech-page :is(.buyer-path, .capabilities, .projects) {
  background: linear-gradient(180deg, #f5faff, #edf6fd);
}

.global-tech-page :is(.services, .applications, .faq) {
  background: linear-gradient(180deg, #ffffff, #f8fcff);
}

.global-tech-page :is(.buyer-path, .services, .capabilities, .applications, .projects, .faq) .section-head,
.global-tech-page .specs .section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  max-width: var(--max);
  margin-right: auto;
  margin-bottom: clamp(18px, 2.8vw, 30px);
  margin-left: auto;
  padding-bottom: clamp(14px, 2vw, 18px);
  border-bottom: 1px solid #d4e5f4;
}

.global-tech-page :is(.buyer-path, .services, .capabilities, .applications, .projects, .faq) .section-head::after,
.global-tech-page .specs .section-head::after {
  display: none !important;
}

.global-tech-page :is(.buyer-path, .services, .capabilities, .applications, .projects, .faq) .section-head .eyebrow,
.global-tech-page .specs .section-head .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  min-height: 32px;
  margin: 0;
}

.global-tech-page :is(.buyer-path, .services, .capabilities, .applications, .projects, .faq) .section-head .eyebrow::before,
.global-tech-page .specs .section-head .eyebrow::before {
  display: inline-grid;
  width: 34px;
  height: 28px;
  place-items: center;
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0;
  border-radius: 6px;
}

.global-tech-page :is(.buyer-path, .services, .capabilities, .applications, .projects, .faq) .section-head .eyebrow::before {
  color: #154f83;
  background: #ffffff;
  border: 1px solid #bdd7ec;
}

.global-tech-page .specs .section-head .eyebrow::before {
  color: #9ed0ff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(158, 208, 255, 0.32);
}

.global-tech-page .buyer-path .section-head .eyebrow::before { content: "03"; }
.global-tech-page .services .section-head .eyebrow::before { content: "04"; }
.global-tech-page .capabilities .section-head .eyebrow::before { content: "06"; }
.global-tech-page .specs .section-head .eyebrow::before { content: "07"; }
.global-tech-page .applications .section-head .eyebrow::before { content: "08"; }
.global-tech-page .projects .section-head .eyebrow::before { content: "09"; }
.global-tech-page .faq .section-head .eyebrow::before { content: "10"; }

.global-tech-page :is(.buyer-path, .services, .capabilities, .applications, .projects, .faq) .section-head h2,
.global-tech-page .specs .section-head h2 {
  max-width: 940px;
  font-size: clamp(1.9rem, 3vw, 3.25rem);
  line-height: 1.06;
}

.global-tech-page :is(.buyer-grid, .service-grid-six, .capability-grid, .application-topic-grid, .project-grid, .faq-grid),
.global-tech-page .specs-layout {
  max-width: var(--max);
  margin-right: auto;
  margin-left: auto;
}

.global-tech-page :is(.buyer-grid article, .service-grid-six .service-card, .capability-grid div, .application-topic-grid article, .project-feature, .project-card, .faq-grid details) {
  background: linear-gradient(180deg, #ffffff, #fbfdff);
  border: 1px solid #d4e5f4;
  border-radius: 8px;
  box-shadow: 0 16px 42px rgba(12, 45, 82, 0.08);
}

.global-tech-page .service-grid-six {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.global-tech-page .service-grid-six .service-card {
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 100%;
  padding: 0;
  overflow: hidden;
  text-align: left;
}

.global-tech-page .service-grid-six .service-card img {
  display: block;
  width: 100%;
  min-height: 0;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background:
    linear-gradient(rgba(21, 79, 131, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(21, 79, 131, 0.055) 1px, transparent 1px),
    #edf6ff;
  background-size: 28px 28px;
  border: 0;
  border-bottom: 1px solid #d4e5f4;
}

.global-tech-page .service-grid-six .service-card img[src$="placeholder-required-image.svg"] {
  background: #ff0000 !important;
}

.global-tech-page .service-grid-six .service-card div {
  display: grid;
  align-content: start;
  justify-items: start;
  min-height: 202px;
  padding: 26px;
}

.global-tech-page .service-grid-six .service-card div::before {
  display: none;
}

.global-tech-page .service-grid-six .service-card span {
  order: 0;
  display: inline-grid;
  width: 42px;
  height: 32px;
  place-items: center;
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 950;
  background: #154f83;
  border-radius: 4px;
}

.global-tech-page .service-grid-six .service-card h3,
.global-tech-page .service-grid-six .service-card p {
  max-width: none;
  text-align: left;
}

.global-tech-page .service-grid-six .service-card h3 {
  margin: 14px 0 0;
  color: #10243a;
}

.global-tech-page .service-grid-six .service-card p {
  margin: 10px 0 0;
  color: #52697e;
}

.global-tech-page .capability-strip {
  background: linear-gradient(90deg, #e4f1fc, #f8fcff);
  border-top: 1px solid #bdd7ec;
  border-bottom: 1px solid #bdd7ec;
}

.global-tech-page .capability-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.global-tech-page .capability-grid div {
  position: relative;
  min-height: 200px;
  padding: 76px 28px 28px;
  overflow: hidden;
}

.global-tech-page .capability-grid div::before {
  position: absolute;
  top: 26px;
  left: 28px;
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: #154f83;
  font-size: 0.78rem;
  font-weight: 950;
  background: #e9f5ff;
  border: 1px solid #bdd7ec;
  border-radius: 8px;
}

.global-tech-page .capability-grid div:nth-child(1)::before { content: "01"; }
.global-tech-page .capability-grid div:nth-child(2)::before { content: "02"; }
.global-tech-page .capability-grid div:nth-child(3)::before { content: "03"; }
.global-tech-page .capability-grid div:nth-child(4)::before { content: "04"; }

.global-tech-page .specs {
  padding-top: clamp(46px, 5vw, 76px) !important;
  padding-bottom: clamp(48px, 5.2vw, 82px) !important;
  background: linear-gradient(135deg, rgba(8, 45, 78, 0.98), rgba(16, 68, 108, 0.96));
  border-top: 1px solid rgba(158, 208, 255, 0.22);
  border-bottom: 1px solid rgba(158, 208, 255, 0.22);
}

.global-tech-page .specs .section-head {
  border-bottom-color: rgba(158, 208, 255, 0.2);
}

.global-tech-page .specs .section-head::after {
  color: #9ed0ff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(158, 208, 255, 0.3);
  content: "07";
}

.global-tech-page .specs-layout {
  grid-template-columns: minmax(260px, 0.38fr) minmax(0, 1fr);
}

.global-tech-page .spec-table {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: rgba(158, 208, 255, 0.16);
  border-color: rgba(158, 208, 255, 0.22);
}

.global-tech-page .spec-table div {
  display: grid;
  align-content: start;
  grid-template-columns: minmax(0, 1fr);
  gap: 8px;
  min-height: 112px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.07);
}

.global-tech-page .spec-table span {
  color: rgba(255, 255, 255, 0.64);
}

.global-tech-page .spec-table strong {
  color: #ffffff;
  font-size: 1.02rem;
}

.global-tech-page .application-topic-grid {
  gap: 18px;
}

.global-tech-page .application-topic-grid article {
  grid-template-columns: minmax(210px, 0.42fr) minmax(0, 1fr);
  min-height: 220px;
}

.global-tech-page .application-topic-grid img {
  display: block;
  min-height: 220px;
  object-fit: cover;
}

.global-tech-page .projects {
  background: linear-gradient(180deg, #f0f8ff, #e8f3fc);
}

.global-tech-page .project-section-head {
  grid-template-columns: minmax(0, 0.85fr) minmax(280px, 0.58fr);
}

.global-tech-page .section-head-actions {
  padding-top: 0;
}

.global-tech-page .project-feature-copy {
  background: linear-gradient(180deg, #ffffff, #f8fcff);
}

.global-tech-page .project-mini-grid {
  gap: 18px;
}

.global-tech-page .faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.global-tech-page .faq-grid details {
  margin: 0;
  padding: 22px 24px;
}

.global-tech-page .faq-grid summary {
  color: #10243a;
  font-size: 1.02rem;
}

.global-tech-page .faq-grid p {
  color: #52697e;
}

/* v64: final effective Technology -> Buyer Path transition tuning */
.global-tech-page .tech-advantage {
  padding-bottom: clamp(18px, 2.3vw, 32px) !important;
}

.global-tech-page .buyer-path {
  margin-top: -1px !important;
  padding-top: clamp(24px, 2.6vw, 36px) !important;
  padding-bottom: clamp(36px, 3.8vw, 52px) !important;
  border-top: 0 !important;
}

.global-tech-page .buyer-path .section-head {
  margin-bottom: clamp(14px, 2vw, 22px) !important;
  padding-bottom: clamp(10px, 1.5vw, 14px) !important;
}

.global-tech-page .buyer-path .section-head h2 {
  max-width: 780px !important;
  font-size: clamp(1.72rem, 2.6vw, 2.9rem) !important;
}

.global-tech-page .buyer-grid article {
  min-height: 162px !important;
  padding-top: clamp(20px, 2.6vw, 30px) !important;
  padding-bottom: clamp(20px, 2.6vw, 30px) !important;
}

.global-tech-page .contact {
  position: relative;
  isolation: isolate;
  padding-top: clamp(46px, 5vw, 76px) !important;
  padding-bottom: clamp(48px, 5.2vw, 82px) !important;
}

.global-tech-page .contact::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(rgba(158, 208, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(158, 208, 255, 0.045) 1px, transparent 1px);
  background-size: 46px 46px;
  content: "";
  pointer-events: none;
}

@media (max-width: 1180px) {
  html.device-mobile .global-tech-page .specs-layout,
  html.device-mobile .global-tech-page .project-section-head {
    grid-template-columns: minmax(0, 1fr);
  }

  html.device-mobile .global-tech-page .service-grid-six,
  html.device-mobile .global-tech-page .capability-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  html.device-mobile .global-tech-page .faq-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 760px) {
  html.device-mobile .global-tech-page :is(.buyer-path, .services, .capabilities, .applications, .projects, .faq) {
    padding-right: 18px;
    padding-left: 18px;
  }

  html.device-mobile .global-tech-page :is(.buyer-path, .services, .capabilities, .applications, .projects, .faq) .section-head,
  html.device-mobile .global-tech-page .specs .section-head {
    grid-template-columns: minmax(0, 1fr);
  }

  html.device-mobile .global-tech-page .service-grid-six,
  html.device-mobile .global-tech-page .capability-grid,
  html.device-mobile .global-tech-page .spec-table,
  html.device-mobile .global-tech-page .faq-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  html.device-mobile .global-tech-page .service-grid-six .service-card div,
  html.device-mobile .global-tech-page .capability-grid div,
  html.device-mobile .global-tech-page .spec-table div {
    min-height: 0;
  }

  html.device-mobile .global-tech-page .application-topic-grid article,
  html.device-mobile .global-tech-page .application-topic-grid article:first-child {
    grid-template-columns: minmax(0, 1fr);
  }

  html.device-mobile .global-tech-page .application-topic-grid img {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  html.device-mobile .global-tech-page .tech-advantage {
    padding-bottom: 22px !important;
  }

  html.device-mobile .global-tech-page .buyer-path {
    padding-top: 24px !important;
    padding-bottom: 36px !important;
  }
}

/* v65: align downstream section axes with the wide Technology block */
.global-tech-page :is(.buyer-path, .services, .capabilities, .applications, .projects, .faq) .section-head,
.global-tech-page :is(.buyer-grid, .service-grid-six, .capability-grid, .application-topic-grid, .project-grid, .faq-grid),
.global-tech-page .specs .section-head,
.global-tech-page .specs-layout {
  width: 100% !important;
  max-width: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.global-tech-page .buyer-path .section-head {
  max-width: none !important;
}

.global-tech-page .buyer-path .section-head h2 {
  max-width: 980px !important;
}

/* v66: show application images completely instead of cropping them */
.global-tech-page .application-topic-grid article {
  grid-template-columns: minmax(240px, 0.56fr) minmax(0, 1fr) !important;
}

.global-tech-page .application-topic-grid img {
  width: 100% !important;
  height: 100% !important;
  min-height: 220px !important;
  padding: 14px !important;
  object-fit: contain !important;
  object-position: center !important;
  background:
    radial-gradient(circle at 50% 45%, rgba(255, 255, 255, 0.96), rgba(236, 246, 255, 0.84) 58%, rgba(220, 237, 251, 0.72)),
    linear-gradient(rgba(21, 79, 131, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(21, 79, 131, 0.045) 1px, transparent 1px);
  background-size: auto, 26px 26px, 26px 26px;
}

.motion-safe .application-topic-grid article:hover img {
  transform: none !important;
}

@media (max-width: 760px) {
  html.device-mobile .global-tech-page .application-topic-grid article,
  html.device-mobile .global-tech-page .application-topic-grid article:first-child {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  html.device-mobile .global-tech-page .application-topic-grid img {
    height: min(54vw, 260px) !important;
    min-height: 180px !important;
    aspect-ratio: 16 / 9;
    padding: 12px !important;
  }
}

/* v67: make application cards image-led without cropping */
.global-tech-page .application-topic-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px !important;
}

.global-tech-page .application-topic-grid article,
.global-tech-page .application-topic-grid article:first-child {
  grid-column: auto !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  grid-template-rows: auto 1fr !important;
  min-height: 0 !important;
}

.global-tech-page .application-topic-grid img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 16 / 9 !important;
  padding: 0 !important;
  object-fit: contain !important;
  object-position: center !important;
  background:
    linear-gradient(rgba(21, 79, 131, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(21, 79, 131, 0.04) 1px, transparent 1px),
    #eef7ff !important;
  background-size: 24px 24px, 24px 24px, auto !important;
  border-right: 0 !important;
  border-bottom: 1px solid #d4e5f4 !important;
}

.global-tech-page .application-topic-grid div {
  align-content: start !important;
  min-height: 178px !important;
  padding: clamp(20px, 2.4vw, 28px) !important;
}

.global-tech-page .application-topic-grid h3 {
  font-size: clamp(1.08rem, 1.35vw, 1.32rem) !important;
}

@media (max-width: 1180px) {
  html.device-mobile .global-tech-page .application-topic-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  html.device-mobile .global-tech-page .application-topic-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  html.device-mobile .global-tech-page .application-topic-grid img {
    height: auto !important;
    min-height: 0 !important;
  }

  html.device-mobile .global-tech-page .application-topic-grid div {
    min-height: 0 !important;
  }
}

/* v68: remove small eyebrow labels above section titles */
.global-tech-page :is(.tech-advantage, .buyer-path, .services, .capabilities, .specs, .applications, .projects, .faq, .content-gaps) .section-head > .eyebrow {
  display: none !important;
}

.global-tech-page :is(.tech-advantage, .buyer-path, .services, .capabilities, .specs, .applications, .projects, .faq, .content-gaps) .section-head {
  gap: 0 !important;
}

/* v69: keep the featured case image complete inside a product stage */
.global-tech-page .project-feature figure {
  display: grid !important;
  min-height: clamp(360px, 36vw, 500px) !important;
  padding: clamp(24px, 4vw, 56px) !important;
  place-items: center !important;
  background:
    radial-gradient(circle at 50% 48%, rgba(255, 255, 255, 0.96), rgba(235, 246, 255, 0.84) 58%, rgba(218, 236, 250, 0.7)),
    linear-gradient(rgba(21, 79, 131, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(21, 79, 131, 0.045) 1px, transparent 1px),
    #edf7ff !important;
  background-size: auto, 32px 32px, 32px 32px, auto !important;
}

.global-tech-page .project-feature img {
  width: auto !important;
  max-width: min(76%, 430px) !important;
  height: auto !important;
  max-height: clamp(300px, 32vw, 430px) !important;
  padding: 0 !important;
  object-fit: contain !important;
  object-position: center !important;
  border-radius: 4px !important;
  box-shadow: 0 22px 46px rgba(12, 45, 82, 0.12) !important;
  transform: none !important;
}

.motion-safe .project-feature:hover img {
  transform: none !important;
}

@media (max-width: 760px) {
  html.device-mobile .global-tech-page .project-feature figure {
    min-height: 0 !important;
    padding: 18px !important;
  }

  html.device-mobile .global-tech-page .project-feature img {
    max-width: 100% !important;
    max-height: 320px !important;
  }
}

/* v70: keep eyebrow text, remove only numeric ordering badges */
.global-tech-page :is(.tech-advantage, .buyer-path, .services, .capabilities, .specs, .applications, .projects, .faq, .content-gaps) .section-head > .eyebrow {
  display: inline-flex !important;
  gap: 0 !important;
  min-height: 0 !important;
}

.global-tech-page :is(.tech-advantage, .buyer-path, .services, .capabilities, .specs, .applications, .projects, .faq, .content-gaps) .section-head > .eyebrow::before {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  content: none !important;
}

.global-tech-page :is(.tech-advantage, .buyer-path, .services, .capabilities, .specs, .applications, .projects, .faq, .content-gaps) .section-head {
  gap: 10px !important;
}

/* v71: make the capability data strip readable and less crowded */
.global-tech-page .capability-strip {
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  gap: 0 !important;
  padding-right: max(var(--section-x), calc((100vw - var(--max)) / 2)) !important;
  padding-left: max(var(--section-x), calc((100vw - var(--max)) / 2)) !important;
  overflow: hidden !important;
  background:
    linear-gradient(rgba(21, 79, 131, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(21, 79, 131, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, #e8f4fd, #f8fcff) !important;
  background-size: 46px 46px, 46px 46px, auto !important;
}

.global-tech-page .capability-strip::before,
.global-tech-page .capability-strip::after,
.global-tech-page .capability-strip-media {
  display: none !important;
}

.global-tech-page .capability-strip div {
  z-index: 1 !important;
  display: grid !important;
  align-content: center !important;
  gap: 14px !important;
  min-width: 0 !important;
  min-height: 150px !important;
  padding: clamp(24px, 2.8vw, 34px) clamp(18px, 2vw, 28px) !important;
  background: rgba(255, 255, 255, 0.26) !important;
  border-top: 0 !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
  border-left: 1px solid #bdd7ec !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.global-tech-page .capability-strip div:last-child {
  border-right: 1px solid #bdd7ec !important;
}

.global-tech-page .capability-strip strong {
  display: block !important;
  max-width: 100% !important;
  color: #104f84 !important;
  font-size: clamp(1.82rem, 2.25vw, 2.45rem) !important;
  line-height: 0.98 !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
}

.global-tech-page .capability-strip span {
  display: block !important;
  max-width: 190px !important;
  color: #536a7e !important;
  font-size: 0.86rem !important;
  line-height: 1.42 !important;
}

@media (max-width: 1180px) {
  html.device-mobile .global-tech-page .capability-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  html.device-mobile .global-tech-page .capability-strip div:nth-child(4) {
    border-left: 1px solid #bdd7ec !important;
  }
}

@media (max-width: 760px) {
  html.device-mobile .global-tech-page .capability-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    padding-right: 18px !important;
    padding-left: 18px !important;
  }

  html.device-mobile .global-tech-page .capability-strip div {
    min-height: 132px !important;
    padding: 22px 18px !important;
  }

  html.device-mobile .global-tech-page .capability-strip strong {
    font-size: clamp(1.62rem, 7vw, 2.2rem) !important;
  }
}

@media (max-width: 420px) {
  html.device-mobile .global-tech-page .capability-strip {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

/* v72: give long capability values more room */
@media (min-width: 1181px) {
  .global-tech-page .capability-strip {
    grid-template-columns:
      minmax(150px, 1.02fr)
      minmax(220px, 1.34fr)
      minmax(170px, 1.1fr)
      minmax(120px, 0.78fr)
      minmax(130px, 0.82fr)
      minmax(170px, 1.02fr) !important;
  }

  .global-tech-page .capability-strip div {
    padding-right: clamp(16px, 1.6vw, 24px) !important;
    padding-left: clamp(16px, 1.6vw, 24px) !important;
  }
}

/* v73: remove distracting motion dots from the capability strip */
.motion-safe .global-tech-page .capability-strip div::after,
.global-tech-page .capability-strip div::after {
  display: none !important;
  content: none !important;
}

.global-tech-page .capability-strip span {
  max-width: none !important;
  font-size: 0.84rem !important;
  line-height: 1.38 !important;
}

/* v74: rebuild the capability overview as balanced cards */
.global-tech-page .capability-strip {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px !important;
  max-width: none !important;
  margin: 0 !important;
  padding:
    clamp(34px, 4.2vw, 58px)
    max(var(--section-x), calc((100vw - var(--max)) / 2)) !important;
  overflow: visible !important;
  background:
    linear-gradient(rgba(21, 79, 131, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(21, 79, 131, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, #f1f8ff, #e7f3fc) !important;
  background-size: 46px 46px, 46px 46px, auto !important;
  border-top: 1px solid #c9dceb !important;
  border-bottom: 1px solid #c9dceb !important;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.9) !important;
}

.global-tech-page .capability-strip::before,
.global-tech-page .capability-strip::after,
.global-tech-page .capability-strip-media {
  display: none !important;
}

.global-tech-page .capability-strip div {
  position: relative !important;
  display: grid !important;
  align-content: start !important;
  gap: 14px !important;
  min-width: 0 !important;
  min-height: 176px !important;
  padding: clamp(24px, 3vw, 34px) !important;
  overflow: hidden !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 252, 255, 0.96)) !important;
  border: 1px solid #c8deef !important;
  border-top: 3px solid #1c6ea8 !important;
  border-radius: 8px !important;
  box-shadow: 0 18px 44px rgba(12, 45, 82, 0.08) !important;
}

.global-tech-page .capability-strip div::before {
  position: absolute !important;
  right: -52px !important;
  bottom: -62px !important;
  display: block !important;
  width: 150px !important;
  height: 150px !important;
  background: radial-gradient(circle, rgba(28, 110, 168, 0.1), transparent 66%) !important;
  content: "" !important;
  pointer-events: none !important;
}

.global-tech-page .capability-strip div:nth-of-type(n + 4) {
  min-height: 136px !important;
  border-top-color: #77add4 !important;
  box-shadow: 0 12px 32px rgba(12, 45, 82, 0.06) !important;
}

.global-tech-page .capability-strip strong {
  position: relative !important;
  z-index: 1 !important;
  display: block !important;
  color: #104f84 !important;
  font-size: clamp(2.1rem, 3.35vw, 3.35rem) !important;
  line-height: 0.96 !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
}

.global-tech-page .capability-strip div:nth-of-type(n + 4) strong {
  font-size: clamp(1.85rem, 2.65vw, 2.65rem) !important;
}

.global-tech-page .capability-strip span {
  position: relative !important;
  z-index: 1 !important;
  display: block !important;
  max-width: 300px !important;
  color: #52697e !important;
  font-size: 0.92rem !important;
  line-height: 1.5 !important;
}

@media (max-width: 1180px) {
  html.device-mobile .global-tech-page .capability-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  html.device-mobile .global-tech-page .capability-strip {
    grid-template-columns: minmax(0, 1fr) !important;
    padding: 28px 18px !important;
  }

  html.device-mobile .global-tech-page .capability-strip div,
  html.device-mobile .global-tech-page .capability-strip div:nth-of-type(n + 4) {
    min-height: 0 !important;
    padding: 24px !important;
  }
}

/* v75: keep the capability overview compact on mobile */
@media (max-width: 760px) {
  html.device-mobile .global-tech-page .capability-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  html.device-mobile .global-tech-page .capability-strip div,
  html.device-mobile .global-tech-page .capability-strip div:nth-of-type(n + 4) {
    padding: 20px !important;
  }

  html.device-mobile .global-tech-page .capability-strip strong,
  html.device-mobile .global-tech-page .capability-strip div:nth-of-type(n + 4) strong {
    font-size: clamp(1.58rem, 6vw, 2.15rem) !important;
  }
}

@media (max-width: 460px) {
  html.device-mobile .global-tech-page .capability-strip {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

/* v79: add breathing room to key English headlines without oversized blank cards */
@media (min-width: 1181px) {
  .global-tech-page .hero-content {
    max-width: min(720px, 55vw) !important;
  }

  .global-tech-page .hero h1 {
    max-width: 720px !important;
    font-size: clamp(3rem, 4.15vw, 4.7rem) !important;
    line-height: 1.05 !important;
    text-wrap: balance;
    word-break: normal !important;
    overflow-wrap: normal !important;
  }

  .global-tech-page .hero h1 span {
    display: block !important;
    white-space: nowrap !important;
  }

  .global-tech-page .tech-advantage {
    grid-template-columns: minmax(620px, 1.04fr) minmax(0, 0.96fr) !important;
    gap: clamp(26px, 3vw, 42px) !important;
    align-items: start !important;
  }

  .global-tech-page .tech-advantage .section-head {
    padding: clamp(30px, 3.4vw, 48px) clamp(28px, 3.2vw, 44px) !important;
    min-height: 0 !important;
    height: auto !important;
  }

  .global-tech-page .tech-advantage h2 {
    max-width: 680px !important;
    font-size: clamp(2.2rem, 3.05vw, 3.4rem) !important;
    line-height: 1.1 !important;
    text-wrap: balance;
    word-break: normal !important;
    overflow-wrap: normal !important;
  }
}

@media (min-width: 761px) and (max-width: 1180px) {
  html.device-mobile .global-tech-page .hero-content {
    max-width: min(680px, 62vw) !important;
  }

  html.device-mobile .global-tech-page .hero h1 {
    font-size: clamp(2.65rem, 5.1vw, 4rem) !important;
    line-height: 1.07 !important;
    text-wrap: balance;
    word-break: normal !important;
    overflow-wrap: normal !important;
  }

  html.device-mobile .global-tech-page .hero h1 span {
    display: block !important;
    white-space: nowrap !important;
  }

  html.device-mobile .global-tech-page .tech-advantage h2 {
    max-width: 720px !important;
    font-size: clamp(2.25rem, 4.5vw, 3.55rem) !important;
    line-height: 1.08 !important;
    text-wrap: balance;
    word-break: normal !important;
    overflow-wrap: normal !important;
  }
}

@media (max-width: 760px) {
  html.device-mobile .global-tech-page .hero h1,
  html.device-mobile .global-tech-page .tech-advantage h2 {
    text-wrap: balance;
    word-break: normal !important;
    overflow-wrap: normal !important;
  }

  html.device-mobile .global-tech-page .hero h1 span {
    white-space: normal !important;
  }
}

/* v81: site-wide reading density and title hierarchy */
.global-tech-page :is(.page-hero, .section-head, .contact-copy) h1,
.global-tech-page :is(.page-hero, .section-head, .contact-copy) h2 {
  max-width: min(100%, 780px) !important;
  letter-spacing: 0 !important;
  text-wrap: balance;
  word-break: normal !important;
  overflow-wrap: normal !important;
}

.global-tech-page :is(.page-hero, .section-head, .contact-copy) > p:not(.eyebrow),
.global-tech-page .section-head-actions p,
.global-tech-page .page-hero-panel p {
  max-width: 680px !important;
  line-height: 1.72 !important;
}

.global-tech-page :is(.buyer-grid article, .service-card, .capability-grid div, .application-topic-grid article, .project-card, .faq-grid details, .quote-form, .asset-gap-grid article, .parameter-gap-panel),
.global-tech-page.library-page :is(.case-detail, .library-card, .document-card, .page-hero-panel) {
  border-color: #c9dceb !important;
}

.global-tech-page :is(.buyer-grid h3, .service-card h3, .capability-grid h3, .application-topic-grid h3, .project-card h3, .faq-grid summary),
.global-tech-page.library-page :is(.case-detail h3, .library-card h3, .document-card h3) {
  line-height: 1.22 !important;
  text-wrap: balance;
}

.global-tech-page :is(.buyer-grid p, .service-card p, .capability-grid p, .application-topic-grid p, .project-card p, .faq-grid p, .specs-copy p, .contact-copy p, .asset-gap-grid p, .parameter-gap-panel dd),
.global-tech-page.library-page :is(.case-detail p, .library-card p, .document-card p, .disclosure-note) {
  line-height: 1.66 !important;
}

.global-tech-page .tech-advantage .section-head {
  align-self: start !important;
}

.global-tech-page .tech-advantage h2 {
  max-width: 600px !important;
}

.global-tech-page .section-head-actions {
  display: grid !important;
  align-content: end !important;
  gap: 14px !important;
}

.global-tech-page .section-head-actions .button {
  width: fit-content !important;
}

.global-tech-page.library-page .page-hero {
  grid-template-columns: minmax(0, 0.82fr) minmax(300px, 0.42fr) !important;
  gap: clamp(34px, 6vw, 88px) !important;
  align-items: end !important;
  padding-top: clamp(64px, 7vw, 104px) !important;
  padding-bottom: clamp(52px, 6vw, 78px) !important;
}

.global-tech-page.library-page .page-hero h1 {
  max-width: 760px !important;
  font-size: clamp(2.7rem, 4.4vw, 4.8rem) !important;
  line-height: 1.04 !important;
}

.global-tech-page.library-page .page-hero > div > p:not(.eyebrow) {
  max-width: 700px !important;
}

.global-tech-page.library-page .library-section > .section-head {
  display: grid !important;
  grid-template-columns: minmax(0, 0.72fr) minmax(280px, 0.42fr) !important;
  gap: clamp(22px, 4vw, 58px) !important;
  align-items: end !important;
  margin-bottom: clamp(24px, 3vw, 38px) !important;
  padding-bottom: clamp(18px, 2vw, 24px) !important;
  border-bottom: 1px solid #c9dceb !important;
}

.global-tech-page.library-page .library-section > .section-head h2 {
  font-size: clamp(2rem, 2.85vw, 3.35rem) !important;
  line-height: 1.08 !important;
}

.global-tech-page.library-page .library-section {
  padding-top: clamp(44px, 5vw, 72px) !important;
  padding-bottom: clamp(52px, 5.8vw, 86px) !important;
}

.global-tech-page.library-page .library-section > .section-head p:not(.eyebrow) {
  justify-self: end !important;
  max-width: 480px !important;
}

.global-tech-page.library-page .document-grid {
  gap: 20px !important;
}

.global-tech-page.library-page .document-card {
  grid-template-rows: minmax(300px, 32vw) auto !important;
}

.global-tech-page.library-page .document-card div {
  gap: 10px !important;
  padding: 20px 22px 24px !important;
}

.global-tech-page.library-page .document-card span,
.global-tech-page.library-page .library-card span,
.global-tech-page .service-card span,
.global-tech-page .project-card span {
  line-height: 1.2 !important;
}

.global-tech-page.library-page .document-card h3 {
  font-size: clamp(1.02rem, 1.1vw, 1.16rem) !important;
}

.global-tech-page.library-page .document-card p {
  font-size: 0.84rem !important;
  overflow-wrap: anywhere !important;
}

.global-tech-page.library-page .library-card div {
  gap: 10px !important;
  padding: 20px 22px 24px !important;
}

.global-tech-page.library-page .case-meta {
  margin-top: 14px !important;
}

@media (max-width: 1180px) {
  html.device-mobile .global-tech-page.library-page .page-hero,
  html.device-mobile .global-tech-page.library-page .library-section > .section-head,
  html.device-mobile .global-tech-page .project-section-head {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  html.device-mobile .global-tech-page.library-page .library-section > .section-head p:not(.eyebrow) {
    justify-self: start !important;
  }

  html.device-mobile .global-tech-page .section-head-actions {
    justify-items: start !important;
  }
}

@media (max-width: 760px) {
  html.device-mobile .global-tech-page :is(.page-hero, .section-head, .contact-copy) h1,
  html.device-mobile .global-tech-page :is(.page-hero, .section-head, .contact-copy) h2 {
    font-size: clamp(2rem, 8.5vw, 2.9rem) !important;
    line-height: 1.08 !important;
  }

  html.device-mobile .global-tech-page.library-page .page-hero {
    padding-top: 40px !important;
    padding-bottom: 38px !important;
  }

  html.device-mobile .global-tech-page.library-page .document-card {
    grid-template-rows: minmax(250px, 64vw) auto !important;
  }

  html.device-mobile .global-tech-page.library-page .document-card div,
  html.device-mobile .global-tech-page.library-page .library-card div {
    padding: 18px 18px 22px !important;
  }
}

/* v82: fill the Technology left column with useful review context */
.global-tech-page .tech-advantage {
  align-items: stretch !important;
}

.global-tech-page .tech-advantage .section-head {
  min-height: 100% !important;
}

.global-tech-page .tech-summary-panel {
  display: grid;
  gap: 12px;
  margin-top: clamp(30px, 5vw, 68px);
  padding-top: clamp(18px, 2.4vw, 26px);
  border-top: 1px solid #d4e5f4;
}

.global-tech-page .tech-summary-panel article {
  display: grid;
  grid-template-columns: minmax(72px, 0.25fr) minmax(0, 1fr);
  column-gap: 16px;
  row-gap: 6px;
  padding: clamp(16px, 1.8vw, 20px);
  background: linear-gradient(180deg, rgba(239, 248, 255, 0.86), rgba(255, 255, 255, 0.92));
  border: 1px solid #d4e5f4;
  border-radius: 8px;
}

.global-tech-page .tech-summary-panel span {
  color: #154f83;
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.global-tech-page .tech-summary-panel strong {
  color: #10243a;
  font-size: clamp(0.98rem, 1.05vw, 1.12rem);
  line-height: 1.25;
}

.global-tech-page .tech-summary-panel p {
  grid-column: 2;
  margin: 0;
  color: #52697e;
  font-size: 0.92rem;
  line-height: 1.58;
}

@media (min-width: 1181px) {
  .global-tech-page .tech-advantage {
    grid-template-columns: minmax(560px, 0.92fr) minmax(0, 1.08fr) !important;
  }
}

@media (max-width: 760px) {
  html.device-mobile .global-tech-page .tech-summary-panel {
    margin-top: 24px;
  }

  html.device-mobile .global-tech-page .tech-summary-panel article {
    grid-template-columns: minmax(0, 1fr);
  }

  html.device-mobile .global-tech-page .tech-summary-panel p {
    grid-column: auto;
  }
}

/* v83: make small public case images feel like product display stages */
.global-tech-page .project-mini-grid .project-card figure {
  position: relative;
  display: grid !important;
  min-height: clamp(220px, 20vw, 280px) !important;
  padding: clamp(18px, 2.4vw, 30px) !important;
  overflow: hidden !important;
  place-items: center !important;
  background:
    radial-gradient(circle at 50% 45%, rgba(255, 255, 255, 0.98), rgba(235, 246, 255, 0.92) 58%, rgba(218, 236, 250, 0.78)),
    linear-gradient(rgba(21, 79, 131, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(21, 79, 131, 0.04) 1px, transparent 1px),
    #eff8ff !important;
  background-size: auto, 28px 28px, 28px 28px, auto !important;
  border-bottom: 1px solid #c9dceb !important;
}

.global-tech-page .project-mini-grid .project-card figure::after {
  position: absolute;
  right: 16%;
  bottom: 18%;
  left: 16%;
  height: 22px;
  background: radial-gradient(ellipse, rgba(12, 45, 82, 0.14), transparent 70%);
  content: "";
  filter: blur(3px);
  pointer-events: none;
}

.global-tech-page .project-mini-grid .project-card img {
  position: relative;
  z-index: 1;
  width: min(78%, 330px) !important;
  height: 72% !important;
  max-height: none !important;
  padding: 0 !important;
  object-fit: contain !important;
  object-position: center !important;
  background: transparent !important;
  filter: drop-shadow(0 18px 22px rgba(12, 45, 82, 0.14));
  transform: none !important;
}

.global-tech-page .project-mini-grid .project-card:nth-child(1) img {
  width: min(82%, 360px) !important;
  height: 78% !important;
  transform: scale(1.08) !important;
}

.global-tech-page .project-mini-grid .project-card:nth-child(2) img {
  width: min(42%, 170px) !important;
  height: 84% !important;
  transform: scale(1.36) !important;
}

.global-tech-page .project-mini-grid .project-card:nth-child(3) img {
  width: min(72%, 310px) !important;
  height: 72% !important;
  transform: scale(1.48) !important;
}

.motion-safe .global-tech-page .project-mini-grid .project-card:hover img {
  transform: translateY(-2px) scale(1.02) !important;
}

.motion-safe .global-tech-page .project-mini-grid .project-card:nth-child(1):hover img {
  transform: translateY(-2px) scale(1.1) !important;
}

.motion-safe .global-tech-page .project-mini-grid .project-card:nth-child(2):hover img {
  transform: translateY(-2px) scale(1.38) !important;
}

.motion-safe .global-tech-page .project-mini-grid .project-card:nth-child(3):hover img {
  transform: translateY(-2px) scale(1.5) !important;
}

@media (max-width: 760px) {
  html.device-mobile .global-tech-page .project-mini-grid .project-card figure {
    min-height: 220px !important;
  }

  html.device-mobile .global-tech-page .project-mini-grid .project-card:nth-child(2) img {
    width: min(46%, 160px) !important;
  }
}

/* v84: make application cards equal-weight and remove the unfinished 3+2 desktop rhythm */
.global-tech-page .applications .application-topic-grid {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: clamp(12px, 1.25vw, 18px) !important;
  align-items: stretch !important;
}

.global-tech-page .applications .application-topic-grid article,
.global-tech-page .applications .application-topic-grid article:first-child {
  grid-column: auto !important;
  grid-row: auto !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  grid-template-rows: clamp(150px, 13.6vw, 205px) 1fr !important;
  min-height: 0 !important;
  overflow: hidden !important;
  background: linear-gradient(180deg, #ffffff 0%, #f8fcff 100%) !important;
  border: 1px solid #c9dceb !important;
  border-radius: 8px !important;
  box-shadow: 0 16px 38px rgba(12, 45, 82, 0.08) !important;
}

.global-tech-page .applications .application-topic-grid img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  aspect-ratio: auto !important;
  padding: clamp(14px, 1.5vw, 22px) !important;
  object-fit: contain !important;
  object-position: center !important;
  background:
    radial-gradient(circle at 50% 45%, rgba(255, 255, 255, 0.98), rgba(236, 246, 255, 0.86) 62%, rgba(221, 238, 251, 0.72)),
    linear-gradient(rgba(21, 79, 131, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(21, 79, 131, 0.045) 1px, transparent 1px),
    #eff8ff !important;
  background-size: auto, 24px 24px, 24px 24px, auto !important;
  border-right: 0 !important;
  border-bottom: 1px solid #d4e5f4 !important;
}

.global-tech-page .applications .application-topic-grid div {
  display: grid !important;
  align-content: start !important;
  gap: 10px !important;
  min-height: 0 !important;
  padding: clamp(17px, 1.65vw, 24px) !important;
}

.global-tech-page .applications .application-topic-grid h3 {
  margin: 0 !important;
  color: #0f1726 !important;
  font-size: clamp(1rem, 1.06vw, 1.16rem) !important;
  line-height: 1.28 !important;
}

.global-tech-page .applications .application-topic-grid p {
  margin: 0 !important;
  color: #4f647f !important;
  font-size: clamp(0.82rem, 0.82vw, 0.92rem) !important;
  line-height: 1.65 !important;
}

@media (max-width: 1180px) {
  html.device-mobile .global-tech-page .applications .application-topic-grid {
    grid-template-columns: repeat(5, minmax(160px, 1fr)) !important;
    overflow-x: auto !important;
    scroll-snap-type: x proximity;
    padding-bottom: 4px;
  }

  html.device-mobile .global-tech-page .applications .application-topic-grid article {
    scroll-snap-align: start;
  }
}

@media (max-width: 760px) {
  html.device-mobile .global-tech-page .applications .application-topic-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    overflow-x: visible !important;
    scroll-snap-type: none;
    gap: 16px !important;
  }

  html.device-mobile .global-tech-page .applications .application-topic-grid article,
  html.device-mobile .global-tech-page .applications .application-topic-grid article:first-child {
    grid-template-rows: minmax(210px, auto) auto !important;
  }

  html.device-mobile .global-tech-page .applications .application-topic-grid img {
    height: 220px !important;
    padding: 18px !important;
  }
}

/* v85: center the five application cards as one balanced group */
.global-tech-page .applications .application-topic-grid {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  align-items: stretch !important;
  gap: clamp(14px, 1.5vw, 20px) !important;
  max-width: 980px !important;
  margin-inline: auto !important;
  overflow: visible !important;
  scroll-snap-type: none !important;
}

.global-tech-page .applications .application-topic-grid article,
.global-tech-page .applications .application-topic-grid article:first-child {
  flex: 0 1 clamp(168px, 30%, 300px) !important;
  width: auto !important;
  max-width: 300px !important;
  grid-column: auto !important;
  grid-row: auto !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  grid-template-rows: clamp(142px, 13vw, 178px) auto !important;
}

.global-tech-page .applications .application-topic-grid div {
  min-height: 150px !important;
  padding: clamp(16px, 1.55vw, 22px) !important;
}

@media (max-width: 760px) {
  html.device-mobile .global-tech-page .applications .application-topic-grid {
    max-width: 560px !important;
    gap: 14px !important;
  }

  html.device-mobile .global-tech-page .applications .application-topic-grid article,
  html.device-mobile .global-tech-page .applications .application-topic-grid article:first-child {
    flex-basis: min(100%, 260px) !important;
    max-width: 260px !important;
    grid-template-rows: 150px auto !important;
  }

  html.device-mobile .global-tech-page .applications .application-topic-grid img {
    height: 150px !important;
    padding: 12px !important;
  }
}

/* v86: keep the selected five-card group centered as 3+2 on narrow desktop views */
.global-tech-page .applications .application-topic-grid {
  max-width: 1100px !important;
}

.global-tech-page .applications .application-topic-grid article,
.global-tech-page .applications .application-topic-grid article:first-child {
  flex-basis: clamp(180px, calc((100% - 80px) / 5), 300px) !important;
}

@media (max-width: 920px) {
  html.device-mobile .global-tech-page .applications .application-topic-grid {
    max-width: 620px !important;
  }

  html.device-mobile .global-tech-page .applications .application-topic-grid article,
  html.device-mobile .global-tech-page .applications .application-topic-grid article:first-child {
    flex-basis: clamp(154px, calc((100% - 32px) / 3), 190px) !important;
    max-width: 190px !important;
    grid-template-rows: 118px auto !important;
  }

  html.device-mobile .global-tech-page .applications .application-topic-grid img {
    height: 118px !important;
    padding: 10px !important;
  }

  html.device-mobile .global-tech-page .applications .application-topic-grid div {
    min-height: 145px !important;
    padding: 14px !important;
  }
}

@media (max-width: 520px) {
  html.device-mobile .global-tech-page .applications .application-topic-grid {
    max-width: 320px !important;
  }

  html.device-mobile .global-tech-page .applications .application-topic-grid article,
  html.device-mobile .global-tech-page .applications .application-topic-grid article:first-child {
    flex-basis: min(100%, 300px) !important;
    max-width: 300px !important;
    grid-template-rows: 190px auto !important;
  }

  html.device-mobile .global-tech-page .applications .application-topic-grid img {
    height: 190px !important;
    padding: 16px !important;
  }
}

/* v87: rebalance the hero so the first screen has a clearer subject and smoother handoff */
@media (min-width: 1181px) {
  .global-tech-page .hero {
    grid-template-columns: minmax(720px, 0.9fr) minmax(520px, 1.1fr) !important;
    gap: clamp(56px, 5.2vw, 104px) !important;
    min-height: clamp(590px, 45vw, 690px) !important;
    padding:
      clamp(90px, 7vw, 126px)
      clamp(64px, 6vw, 112px)
      clamp(70px, 6vw, 96px)
      clamp(72px, 8vw, 154px) !important;
  }

  .global-tech-page .hero::after {
    inset: auto 0 0 0 !important;
    width: auto !important;
    height: 150px !important;
    border: 0 !important;
    clip-path: none !important;
    background: linear-gradient(
      180deg,
      rgba(235, 245, 253, 0) 0%,
      rgba(19, 82, 130, 0.08) 54%,
      rgba(5, 40, 70, 0.18) 100%
    ) !important;
    opacity: 1 !important;
    transform: none !important;
  }

  .global-tech-page .hero-content {
    max-width: 820px !important;
    padding-top: clamp(8px, 1.2vw, 18px) !important;
  }

  .global-tech-page .hero .eyebrow {
    margin-bottom: clamp(14px, 1.5vw, 22px) !important;
  }

  .global-tech-page .hero h1 {
    max-width: 820px !important;
    margin-bottom: clamp(22px, 2.1vw, 34px) !important;
    font-size: clamp(3.7rem, 4.4vw, 5.55rem) !important;
    line-height: 1.09 !important;
    text-wrap: balance;
    white-space: normal !important;
  }

  .global-tech-page .hero h1 span {
    white-space: normal !important;
  }

  .global-tech-page .hero-copy {
    max-width: 720px !important;
    margin-bottom: 0 !important;
    color: #425a72 !important;
    font-size: clamp(1.02rem, 1vw, 1.16rem) !important;
    line-height: 1.78 !important;
  }

  .global-tech-page .hero-actions {
    gap: 14px !important;
    margin-top: clamp(30px, 2.8vw, 42px) !important;
  }

  .global-tech-page .hero-actions .button {
    min-width: 142px !important;
  }

  .global-tech-page .hero-proof {
    width: min(820px, 100%) !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: clamp(14px, 1.25vw, 18px) !important;
    margin-top: clamp(34px, 3vw, 48px) !important;
  }

  .global-tech-page .hero-proof span {
    min-height: 100px !important;
    padding: 18px 16px !important;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(238, 248, 255, 0.88)),
      rgba(255, 255, 255, 0.9) !important;
    border-color: rgba(21, 79, 131, 0.24) !important;
  }

  .global-tech-page .hero-proof svg {
    width: 31px !important;
    height: 31px !important;
  }

  .global-tech-page .hero-proof strong {
    font-size: 0.92rem !important;
    line-height: 1.22 !important;
  }

  .global-tech-page .hero-proof small {
    margin-top: 6px !important;
    font-size: 0.75rem !important;
    line-height: 1.34 !important;
  }

  .global-tech-page .hero-media img {
    object-position: 70% center !important;
  }
}

@media (min-width: 761px) and (max-width: 1180px) {
  html.device-mobile .global-tech-page .hero {
    min-height: auto !important;
    padding-top: clamp(72px, 8vw, 100px) !important;
    padding-bottom: clamp(54px, 7vw, 76px) !important;
  }

  html.device-mobile .global-tech-page .hero h1 {
    line-height: 1.09 !important;
  }

  html.device-mobile .global-tech-page .hero-copy {
    line-height: 1.72 !important;
  }

  html.device-mobile .global-tech-page .hero-actions {
    margin-top: 28px !important;
  }
}

/* v88: keep the hero compact enough to reveal the next band while still giving the copy room */
@media (min-width: 1181px) {
  .global-tech-page .hero {
    grid-template-columns:
      minmax(min(840px, 52vw), 0.96fr)
      minmax(min(420px, 34vw), 1.04fr) !important;
    gap: clamp(42px, 4.1vw, 78px) !important;
    min-height: min(760px, 100vh) !important;
    padding:
      clamp(76px, 6.2vw, 108px)
      clamp(48px, 5vw, 92px)
      clamp(42px, 4.2vw, 64px)
      clamp(72px, 7vw, 136px) !important;
  }

  .global-tech-page .hero-content {
    width: 100% !important;
    max-width: min(860px, 54vw) !important;
    padding-top: 0 !important;
  }

  .global-tech-page .hero .eyebrow {
    margin-bottom: clamp(12px, 1.1vw, 18px) !important;
  }

  .global-tech-page .hero h1 {
    max-width: 860px !important;
    margin-bottom: clamp(18px, 1.65vw, 26px) !important;
    font-size: clamp(3.2rem, 3.45vw, 4.45rem) !important;
    line-height: 1.08 !important;
  }

  .global-tech-page .hero-copy {
    max-width: 800px !important;
    font-size: clamp(0.98rem, 0.95vw, 1.12rem) !important;
    line-height: 1.68 !important;
  }

  .global-tech-page .hero-actions {
    margin-top: clamp(24px, 2vw, 32px) !important;
  }

  .global-tech-page .hero-proof {
    width: min(860px, 100%) !important;
    gap: clamp(12px, 1vw, 16px) !important;
    margin-top: clamp(26px, 2.2vw, 34px) !important;
  }

  .global-tech-page .hero-proof span {
    grid-template-columns: 32px minmax(0, 1fr) !important;
    min-height: 88px !important;
    padding: 15px 14px !important;
  }

  .global-tech-page .hero-proof svg {
    width: 28px !important;
    height: 28px !important;
  }

  .global-tech-page .hero-proof strong {
    font-size: 0.88rem !important;
  }

  .global-tech-page .hero-proof small {
    margin-top: 4px !important;
    font-size: 0.72rem !important;
  }

  .global-tech-page .hero::after {
    height: 104px !important;
  }
}

/* v89: let the dark process band visibly enter the first viewport on wide screens */
@media (min-width: 1181px) {
  .global-tech-page .hero {
    min-height: min(710px, 92vh) !important;
    padding-bottom: clamp(34px, 3.2vw, 50px) !important;
  }
}

/* v90: keep the Chinese hero headline expanded on desktop instead of stacked */
@media (min-width: 1181px) {
  html:lang(zh) .global-tech-page .hero h1 {
    width: max-content !important;
    max-width: none !important;
    font-size: clamp(2.35rem, 3vw, 3.65rem) !important;
    line-height: 1.08 !important;
    white-space: nowrap !important;
    text-wrap: nowrap !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
  }

  html:lang(zh) .global-tech-page .hero h1 span {
    display: inline !important;
    white-space: nowrap !important;
  }
}

/* v92: keep resized PC windows on the same visual system as the wide desktop */
@media (min-width: 960px) and (max-width: 1180px) {
  html.device-mobile .global-tech-page .site-header {
    min-height: 72px !important;
    padding-inline: clamp(26px, 4vw, 44px) !important;
  }

  html.device-mobile .global-tech-page .site-nav {
    position: static !important;
    display: flex !important;
    align-items: center !important;
    gap: clamp(9px, 1vw, 14px) !important;
    margin-left: auto !important;
    padding: 0 !important;
    color: #29445d !important;
    font-size: clamp(0.68rem, 0.78vw, 0.76rem) !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  html.device-mobile .global-tech-page .site-header.is-open .site-nav {
    display: flex !important;
  }

  html.device-mobile .global-tech-page .site-nav a {
    padding: 8px 0 !important;
  }

  html.device-mobile .global-tech-page .site-nav a:not(.nav-cta)::after {
    bottom: 2px !important;
  }

  html.device-mobile .global-tech-page .site-nav .nav-cta {
    width: auto !important;
    min-width: 84px !important;
    min-height: 38px !important;
    margin-top: 0 !important;
    padding: 0 12px !important;
  }

  html.device-mobile .global-tech-page .header-tools {
    gap: 8px !important;
    margin-left: 12px !important;
  }

  html.device-mobile .global-tech-page .language-switcher {
    min-height: 38px !important;
    padding-inline: 10px !important;
    font-size: 0.7rem !important;
  }

  html.device-mobile .global-tech-page .language-switcher select {
    max-width: 72px !important;
  }

  html.device-mobile .global-tech-page .nav-toggle {
    display: none !important;
  }

  html.device-mobile .global-tech-page .hero {
    display: grid !important;
    grid-template-columns: minmax(0, 0.88fr) minmax(360px, 1.12fr) !important;
    gap: clamp(18px, 2.8vw, 38px) !important;
    align-items: center !important;
    min-height: min(690px, 90vh) !important;
    padding:
      clamp(78px, 8vw, 100px)
      clamp(34px, 4.2vw, 54px)
      clamp(36px, 4vw, 50px)
      clamp(40px, 5vw, 64px) !important;
    overflow: hidden !important;
  }

  html.device-mobile .global-tech-page .hero-content,
  html.device-mobile .global-tech-page .hero-media {
    grid-column: auto !important;
    grid-row: 1 !important;
  }

  html.device-mobile .global-tech-page .hero-content {
    z-index: 2 !important;
    width: min(690px, 58vw) !important;
    max-width: min(690px, 58vw) !important;
    padding-top: 0 !important;
  }

  html.device-mobile .global-tech-page .hero-media {
    position: absolute !important;
    inset: 0 !important;
    z-index: 0 !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  html.device-mobile .global-tech-page .hero-media img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: 78% center !important;
    border-radius: 0 !important;
  }

  html.device-mobile .global-tech-page .hero .eyebrow {
    margin-bottom: 12px !important;
  }

  html.device-mobile .global-tech-page .hero h1 {
    max-width: none !important;
    margin-bottom: clamp(16px, 1.8vw, 24px) !important;
    font-size: clamp(2.35rem, 3.35vw, 3rem) !important;
    line-height: 1.08 !important;
    text-wrap: balance;
    word-break: normal !important;
    overflow-wrap: normal !important;
  }

  html.device-mobile:lang(zh) .global-tech-page .hero h1 {
    width: max-content !important;
    max-width: none !important;
    font-size: clamp(2.05rem, 3.08vw, 2.58rem) !important;
    white-space: nowrap !important;
    text-wrap: nowrap !important;
    word-break: keep-all !important;
  }

  html.device-mobile:lang(zh) .global-tech-page .hero h1 span {
    display: inline !important;
    white-space: nowrap !important;
  }

  html.device-mobile .global-tech-page .hero-copy {
    max-width: min(680px, 58vw) !important;
    font-size: clamp(0.86rem, 1vw, 0.95rem) !important;
    line-height: 1.68 !important;
  }

  html.device-mobile .global-tech-page .hero-actions {
    gap: 12px !important;
    margin-top: clamp(22px, 2.4vw, 30px) !important;
  }

  html.device-mobile .global-tech-page .hero-actions .button {
    min-width: 120px !important;
  }

  html.device-mobile .global-tech-page .hero-proof {
    display: grid !important;
    width: min(690px, 58vw) !important;
    max-width: min(690px, 58vw) !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 10px !important;
    margin-top: clamp(24px, 2.8vw, 34px) !important;
  }

  html.device-mobile .global-tech-page .hero-proof span {
    grid-template-columns: 28px minmax(0, 1fr) !important;
    min-height: 78px !important;
    padding: 13px 12px !important;
  }

  html.device-mobile .global-tech-page .hero-proof svg {
    width: 25px !important;
    height: 25px !important;
  }

  html.device-mobile .global-tech-page .hero-proof strong {
    font-size: clamp(0.72rem, 0.82vw, 0.8rem) !important;
    line-height: 1.22 !important;
  }

  html.device-mobile .global-tech-page .hero-proof small {
    margin-top: 3px !important;
    font-size: clamp(0.61rem, 0.68vw, 0.68rem) !important;
    line-height: 1.25 !important;
  }

  html.device-mobile .global-tech-page .process-ribbon {
    grid-template-columns: minmax(250px, 0.38fr) minmax(0, 1fr) !important;
  }

  html.device-mobile .global-tech-page .process-flow {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
}

/* v93: PC uses one fixed desktop canvas; phones keep the mobile layout */
.global-tech-page {
  --fixed-pc-canvas: 1920px;
}

@media (min-width: 768px) {
  html {
    overflow-x: auto;
  }

  body.global-tech-page {
    min-width: var(--fixed-pc-canvas);
  }

  .global-tech-page .site-header,
  .global-tech-page .hero,
  .global-tech-page .process-ribbon,
  .global-tech-page main > section,
  .global-tech-page .contact {
    min-width: var(--fixed-pc-canvas);
  }
}

@media (min-width: 768px) and (max-width: 1180px) {
  html.device-mobile .global-tech-page .site-header {
    width: var(--fixed-pc-canvas) !important;
    min-width: var(--fixed-pc-canvas) !important;
    min-height: 72px !important;
    padding-inline: 64px !important;
  }

  html.device-mobile .global-tech-page .site-nav {
    position: static !important;
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    margin-left: auto !important;
    padding: 0 !important;
    color: #29445d !important;
    font-size: 0.76rem !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  html.device-mobile .global-tech-page .site-header.is-open .site-nav {
    display: flex !important;
  }

  html.device-mobile .global-tech-page .site-nav a {
    padding: 8px 0 !important;
  }

  html.device-mobile .global-tech-page .site-nav a:not(.nav-cta)::after {
    bottom: 2px !important;
  }

  html.device-mobile .global-tech-page .site-nav .nav-cta {
    width: auto !important;
    min-width: 84px !important;
    min-height: 38px !important;
    margin-top: 0 !important;
    padding: 0 12px !important;
  }

  html.device-mobile .global-tech-page .header-tools {
    gap: 8px !important;
    margin-left: 12px !important;
  }

  html.device-mobile .global-tech-page .language-switcher {
    min-height: 38px !important;
    padding-inline: 10px !important;
    font-size: 0.7rem !important;
  }

  html.device-mobile .global-tech-page .language-switcher select {
    max-width: 72px !important;
  }

  html.device-mobile .global-tech-page .nav-toggle {
    display: none !important;
  }

  html.device-mobile .global-tech-page .hero {
    width: var(--fixed-pc-canvas) !important;
    min-width: var(--fixed-pc-canvas) !important;
    display: grid !important;
    grid-template-columns: minmax(840px, 0.96fr) minmax(520px, 1.04fr) !important;
    gap: 78px !important;
    align-items: center !important;
    min-height: 710px !important;
    padding: 108px 92px 50px 134px !important;
    overflow: hidden !important;
  }

  html.device-mobile .global-tech-page .hero-content,
  html.device-mobile .global-tech-page .hero-media {
    grid-row: 1 !important;
  }

  html.device-mobile .global-tech-page .hero-content {
    grid-column: 1 !important;
    z-index: 2 !important;
    width: 860px !important;
    max-width: 860px !important;
    padding-top: 0 !important;
  }

  html.device-mobile .global-tech-page .hero-media {
    position: absolute !important;
    inset: 108px 0 0 auto !important;
    z-index: 0 !important;
    width: 900px !important;
    height: auto !important;
    margin: 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  html.device-mobile .global-tech-page .hero-media img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: 70% center !important;
    border-radius: 0 !important;
  }

  html.device-mobile .global-tech-page .hero .eyebrow {
    margin-bottom: 12px !important;
  }

  html.device-mobile .global-tech-page .hero h1 {
    max-width: none !important;
    margin-bottom: 24px !important;
    font-size: 57.6px !important;
    line-height: 1.08 !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
  }

  html.device-mobile:lang(zh) .global-tech-page .hero h1 {
    width: max-content !important;
    max-width: none !important;
    font-size: 57.6px !important;
    white-space: nowrap !important;
    text-wrap: nowrap !important;
    word-break: keep-all !important;
  }

  html.device-mobile:lang(zh) .global-tech-page .hero h1 span {
    display: inline !important;
    white-space: nowrap !important;
  }

  html.device-mobile .global-tech-page .hero-copy {
    max-width: 800px !important;
    font-size: 1rem !important;
    line-height: 1.68 !important;
  }

  html.device-mobile .global-tech-page .hero-actions {
    gap: 12px !important;
    margin-top: 28px !important;
  }

  html.device-mobile .global-tech-page .hero-actions .button {
    min-width: 120px !important;
  }

  html.device-mobile .global-tech-page .hero-proof {
    display: grid !important;
    width: 840px !important;
    max-width: 840px !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 16px !important;
    margin-top: 34px !important;
  }

  html.device-mobile .global-tech-page .hero-proof span {
    grid-template-columns: 32px minmax(0, 1fr) !important;
    min-height: 88px !important;
    padding: 15px 14px !important;
  }

  html.device-mobile .global-tech-page .hero-proof svg {
    width: 28px !important;
    height: 28px !important;
  }

  html.device-mobile .global-tech-page .hero-proof strong {
    font-size: 0.88rem !important;
    line-height: 1.22 !important;
  }

  html.device-mobile .global-tech-page .hero-proof small {
    margin-top: 4px !important;
    font-size: 0.72rem !important;
    line-height: 1.25 !important;
  }

  html.device-mobile .global-tech-page .process-ribbon {
    width: var(--fixed-pc-canvas) !important;
    min-width: var(--fixed-pc-canvas) !important;
    grid-template-columns: minmax(250px, 0.38fr) minmax(0, 1fr) !important;
  }

  html.device-mobile .global-tech-page .process-flow {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 767px) {
  html.device-mobile {
    overflow-x: hidden;
  }

  html.device-mobile body.global-tech-page {
    min-width: 0;
  }

  html.device-mobile .global-tech-page .site-header,
  html.device-mobile .global-tech-page .hero,
  html.device-mobile .global-tech-page .process-ribbon,
  html.device-mobile .global-tech-page main > section,
  html.device-mobile .global-tech-page .contact {
    width: 100% !important;
    min-width: 0 !important;
  }
}

/* v95: desktop devices stay desktop even when the browser window is very narrow */
@media (hover: hover) and (pointer: fine), (any-hover: hover) and (any-pointer: fine) {
  html {
    overflow-x: auto !important;
  }

  body.global-tech-page {
    min-width: var(--fixed-pc-canvas) !important;
  }

  .global-tech-page .site-header,
  .global-tech-page .hero,
  .global-tech-page .process-ribbon,
  .global-tech-page main > section,
  .global-tech-page .contact {
    width: var(--fixed-pc-canvas) !important;
    inline-size: var(--fixed-pc-canvas) !important;
    min-width: var(--fixed-pc-canvas) !important;
    max-width: none !important;
    max-inline-size: none !important;
  }

  .global-tech-page .site-header {
    min-height: 72px !important;
    padding-inline: 64px !important;
  }

  .global-tech-page .site-nav {
    position: static !important;
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    margin-left: auto !important;
    padding: 0 !important;
    color: #29445d !important;
    font-size: 0.76rem !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  .global-tech-page .site-header.is-open .site-nav {
    display: flex !important;
  }

  .global-tech-page .site-nav a {
    padding: 8px 0 !important;
  }

  .global-tech-page .site-nav a:not(.nav-cta)::after {
    bottom: 2px !important;
  }

  .global-tech-page .site-nav .nav-cta {
    width: auto !important;
    min-width: 84px !important;
    min-height: 38px !important;
    margin-top: 0 !important;
    padding: 0 12px !important;
  }

  .global-tech-page .header-tools {
    gap: 8px !important;
    margin-left: 12px !important;
  }

  .global-tech-page .language-switcher {
    min-height: 38px !important;
    padding-inline: 10px !important;
    font-size: 0.7rem !important;
  }

  .global-tech-page .language-switcher select {
    max-width: 72px !important;
  }

  .global-tech-page .nav-toggle {
    display: none !important;
  }

  .global-tech-page .hero {
    display: grid !important;
    grid-template-columns: minmax(840px, 0.96fr) minmax(520px, 1.04fr) !important;
    gap: 78px !important;
    align-items: center !important;
    min-height: 710px !important;
    padding: 108px 92px 50px 134px !important;
    overflow: visible !important;
  }

  .global-tech-page .hero-content,
  .global-tech-page .hero-media {
    grid-row: 1 !important;
  }

  .global-tech-page .hero-content {
    grid-column: 1 !important;
    z-index: 2 !important;
    width: 860px !important;
    inline-size: 860px !important;
    min-width: 860px !important;
    max-width: 860px !important;
    max-inline-size: 860px !important;
    padding-top: 0 !important;
  }

  .global-tech-page .hero-media {
    position: absolute !important;
    inset: 108px 0 auto auto !important;
    z-index: 0 !important;
    width: 900px !important;
    inline-size: 900px !important;
    min-width: 900px !important;
    height: auto !important;
    max-width: none !important;
    max-inline-size: none !important;
    margin: 0 !important;
    overflow: visible !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  .global-tech-page .hero-media img {
    display: block !important;
    width: 100% !important;
    inline-size: 100% !important;
    height: auto !important;
    max-width: none !important;
    max-inline-size: none !important;
    object-fit: contain !important;
    object-position: center !important;
    border-radius: 0 !important;
  }

  .motion-safe body.global-tech-page.is-loaded .hero-media img {
    animation: none !important;
    transform: none !important;
  }

  .global-tech-page .hero .eyebrow {
    margin-bottom: 12px !important;
  }

  .global-tech-page .hero h1 {
    max-width: none !important;
    margin-bottom: 24px !important;
    font-size: 57.6px !important;
    line-height: 1.08 !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
  }

  html:lang(zh) .global-tech-page .hero h1 {
    width: max-content !important;
    max-width: none !important;
    font-size: 57.6px !important;
    white-space: nowrap !important;
    text-wrap: nowrap !important;
    word-break: keep-all !important;
  }

  html:lang(zh) .global-tech-page .hero h1 span {
    display: inline !important;
    white-space: nowrap !important;
  }

  .global-tech-page .hero-copy {
    max-width: 800px !important;
    max-inline-size: 800px !important;
    inline-size: 800px !important;
    font-size: 1rem !important;
    line-height: 1.68 !important;
  }

  .global-tech-page .hero-actions {
    gap: 12px !important;
    margin-top: 28px !important;
  }

  .global-tech-page .hero-actions .button {
    min-width: 120px !important;
  }

  .global-tech-page .hero-proof {
    display: grid !important;
    width: 840px !important;
    inline-size: 840px !important;
    min-width: 840px !important;
    max-width: 840px !important;
    max-inline-size: 840px !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 16px !important;
    margin-top: 34px !important;
  }

  .global-tech-page .hero-proof span {
    grid-template-columns: 32px minmax(0, 1fr) !important;
    min-height: 88px !important;
    padding: 15px 14px !important;
  }

  .global-tech-page .hero-proof svg {
    width: 28px !important;
    height: 28px !important;
  }

  .global-tech-page .hero-proof strong {
    font-size: 0.88rem !important;
    line-height: 1.22 !important;
  }

  .global-tech-page .hero-proof small {
    margin-top: 4px !important;
    font-size: 0.72rem !important;
    line-height: 1.25 !important;
  }

  .global-tech-page .process-ribbon {
    grid-template-columns: minmax(250px, 0.38fr) minmax(0, 1fr) !important;
  }

  .global-tech-page .process-flow {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
}

/* v98: rebuild from v95 without stage scaling; desktop structure stays, pipe remains visible */
@media (hover: hover) and (pointer: fine), (any-hover: hover) and (any-pointer: fine) {
  html,
  body.global-tech-page {
    overflow-x: hidden !important;
  }

  body.global-tech-page {
    min-width: 0 !important;
  }

  .global-tech-page .site-header,
  .global-tech-page .hero,
  .global-tech-page .process-ribbon,
  .global-tech-page main > section,
  .global-tech-page .contact {
    width: 100% !important;
    inline-size: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    max-inline-size: none !important;
  }

  .global-tech-page .site-header {
    min-height: 72px !important;
    padding-inline: clamp(28px, 4.6vw, 64px) !important;
  }

  .global-tech-page .site-nav {
    position: static !important;
    display: flex !important;
    align-items: center !important;
    gap: clamp(9px, 0.95vw, 14px) !important;
    margin-left: auto !important;
    padding: 0 !important;
    color: #29445d !important;
    font-size: clamp(0.62rem, 0.62vw, 0.76rem) !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  .global-tech-page .site-header.is-open .site-nav {
    display: flex !important;
  }

  .global-tech-page .site-nav a {
    padding: 8px 0 !important;
  }

  .global-tech-page .site-nav .nav-cta {
    width: auto !important;
    min-width: 84px !important;
    min-height: 38px !important;
    margin-top: 0 !important;
    padding: 0 12px !important;
  }

  .global-tech-page .header-tools {
    gap: 8px !important;
    margin-left: 12px !important;
  }

  .global-tech-page .language-switcher {
    min-height: 38px !important;
    padding-inline: 10px !important;
    font-size: 0.7rem !important;
  }

  .global-tech-page .language-switcher select {
    max-width: 72px !important;
  }

  .global-tech-page .nav-toggle {
    display: none !important;
  }

  .global-tech-page .hero {
    display: grid !important;
    grid-template-columns: minmax(0, 0.58fr) minmax(300px, 0.42fr) !important;
    gap: clamp(22px, 4vw, 78px) !important;
    align-items: center !important;
    min-height: clamp(540px, 48vw, 710px) !important;
    padding:
      clamp(78px, 7vw, 108px)
      clamp(28px, 4.8vw, 92px)
      clamp(42px, 3.4vw, 50px)
      clamp(48px, 7vw, 134px) !important;
    overflow: hidden !important;
  }

  .global-tech-page .hero-content {
    grid-column: 1 !important;
    grid-row: 1 !important;
    z-index: 2 !important;
    width: min(860px, 56vw) !important;
    inline-size: min(860px, 56vw) !important;
    min-width: 0 !important;
    max-width: min(860px, 56vw) !important;
    max-inline-size: min(860px, 56vw) !important;
    padding-top: 0 !important;
  }

  .global-tech-page .hero-media {
    position: absolute !important;
    inset: clamp(126px, 11vw, 216px) 0 auto auto !important;
    z-index: 0 !important;
    width: min(48vw, 900px) !important;
    inline-size: min(48vw, 900px) !important;
    min-width: 300px !important;
    min-inline-size: 300px !important;
    max-width: 900px !important;
    max-inline-size: 900px !important;
    height: auto !important;
    margin: 0 !important;
    overflow: visible !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  .global-tech-page .hero-media img {
    display: block !important;
    width: 100% !important;
    inline-size: 100% !important;
    height: auto !important;
    max-width: none !important;
    max-inline-size: none !important;
    object-fit: contain !important;
    object-position: center !important;
    border-radius: 0 !important;
  }

  .motion-safe body.global-tech-page.is-loaded .hero-media img {
    animation: none !important;
    transform: none !important;
  }

  .global-tech-page .hero h1 {
    width: max-content !important;
    max-width: none !important;
    margin-bottom: clamp(16px, 1.6vw, 24px) !important;
    font-size: clamp(2rem, 3vw, 3.6rem) !important;
    line-height: 1.08 !important;
    white-space: nowrap !important;
    text-wrap: nowrap !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
  }

  html:lang(zh) .global-tech-page .hero h1,
  html:lang(zh) .global-tech-page .hero h1 span {
    display: inline !important;
    font-size: clamp(1.35rem, 3.55vw, 3.6rem) !important;
    white-space: nowrap !important;
  }

  .global-tech-page .hero-copy {
    width: auto !important;
    inline-size: auto !important;
    max-width: min(800px, 56vw) !important;
    max-inline-size: min(800px, 56vw) !important;
    color: #425a72 !important;
    font-size: clamp(0.72rem, 0.82vw, 1rem) !important;
    line-height: 1.68 !important;
  }

  .global-tech-page .hero-actions {
    gap: clamp(8px, 1vw, 12px) !important;
    margin-top: clamp(18px, 2vw, 28px) !important;
  }

  .global-tech-page .hero-actions .button {
    min-width: clamp(96px, 9vw, 142px) !important;
    min-height: clamp(34px, 3vw, 46px) !important;
    padding-inline: clamp(14px, 1.5vw, 20px) !important;
    font-size: clamp(0.62rem, 0.68vw, 0.84rem) !important;
  }

  .global-tech-page .hero-proof {
    display: grid !important;
    width: min(840px, 56vw) !important;
    inline-size: min(840px, 56vw) !important;
    min-width: 0 !important;
    max-width: min(840px, 56vw) !important;
    max-inline-size: min(840px, 56vw) !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: clamp(8px, 0.85vw, 16px) !important;
    margin-top: clamp(24px, 2.4vw, 34px) !important;
  }

  .global-tech-page .hero-proof span {
    grid-template-columns: clamp(20px, 1.75vw, 32px) minmax(0, 1fr) !important;
    min-height: clamp(58px, 5vw, 88px) !important;
    padding: clamp(9px, 0.8vw, 15px) clamp(9px, 0.75vw, 14px) !important;
  }

  .global-tech-page .hero-proof svg {
    width: clamp(19px, 1.6vw, 28px) !important;
    height: clamp(19px, 1.6vw, 28px) !important;
  }

  .global-tech-page .hero-proof strong {
    font-size: clamp(0.58rem, 0.68vw, 0.88rem) !important;
    line-height: 1.22 !important;
  }

  .global-tech-page .hero-proof small {
    margin-top: 3px !important;
    font-size: clamp(0.48rem, 0.55vw, 0.72rem) !important;
    line-height: 1.25 !important;
  }

  .global-tech-page .process-ribbon {
    display: grid !important;
    grid-template-columns: minmax(190px, 0.3fr) minmax(0, 1fr) !important;
    gap: clamp(28px, 4vw, 68px) !important;
    min-height: clamp(310px, 30vw, 417px) !important;
    padding:
      clamp(52px, 5vw, 84px)
      clamp(38px, 5vw, 84px) !important;
    overflow: hidden !important;
  }

  .global-tech-page .process-flow {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    gap: clamp(12px, 1.6vw, 28px) !important;
  }

  .global-tech-page .process-flow li {
    min-width: 0 !important;
  }

  .global-tech-page .process-icon {
    width: clamp(34px, 3.1vw, 54px) !important;
    height: clamp(34px, 3.1vw, 54px) !important;
  }

  .global-tech-page .process-flow h3 {
    max-width: none !important;
    font-size: clamp(0.68rem, 0.86vw, 1.05rem) !important;
    line-height: 1.2 !important;
  }

  .global-tech-page .process-flow p {
    max-width: none !important;
    font-size: clamp(0.52rem, 0.62vw, 0.76rem) !important;
    line-height: 1.35 !important;
  }
}

@media (hover: hover) and (pointer: fine) and (max-width: 900px),
  (any-hover: hover) and (any-pointer: fine) and (max-width: 900px) {
  html.device-mobile .global-tech-page .hero {
    min-height: 520px !important;
    padding-left: 46px !important;
    padding-right: 26px !important;
  }

  html.device-mobile .global-tech-page .hero-content {
    width: 62vw !important;
    inline-size: 62vw !important;
    max-width: 62vw !important;
    max-inline-size: 62vw !important;
  }

  html.device-mobile .global-tech-page .hero h1 {
    font-size: clamp(1.65rem, 4.35vw, 2.45rem) !important;
  }

  html.device-mobile .global-tech-page .hero-copy {
    max-width: 62vw !important;
    max-inline-size: 62vw !important;
  }

  html.device-mobile .global-tech-page .hero-proof {
    width: 62vw !important;
    inline-size: 62vw !important;
    max-width: 62vw !important;
    max-inline-size: 62vw !important;
  }

  html.device-mobile .global-tech-page .hero-media {
    top: 178px !important;
    width: 42vw !important;
    inline-size: 42vw !important;
    min-width: 230px !important;
    min-inline-size: 230px !important;
  }

  html.device-mobile .global-tech-page .process-ribbon {
    grid-template-columns: minmax(145px, 0.28fr) minmax(0, 1fr) !important;
    gap: 14px !important;
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
}

@media (hover: hover) and (pointer: fine) and (max-width: 520px),
  (any-hover: hover) and (any-pointer: fine) and (max-width: 520px) {
  html.device-mobile .global-tech-page .site-header {
    min-height: 54px !important;
    padding-inline: 10px !important;
  }

  html.device-mobile .global-tech-page .brand {
    gap: 5px !important;
    min-width: 72px !important;
  }

  html.device-mobile .global-tech-page .brand-mark {
    width: 24px !important;
    height: 24px !important;
  }

  html.device-mobile .global-tech-page .brand-text strong {
    font-size: 0.48rem !important;
  }

  html.device-mobile .global-tech-page .brand-text span {
    font-size: 0.36rem !important;
  }

  html.device-mobile .global-tech-page .site-nav {
    gap: 5px !important;
    margin-left: 8px !important;
    font-size: 0.42rem !important;
  }

  html.device-mobile .global-tech-page .site-nav a {
    padding: 5px 0 !important;
  }

  html.device-mobile .global-tech-page .site-nav .nav-cta {
    min-width: 52px !important;
    min-height: 28px !important;
    padding-inline: 5px !important;
    font-size: 0.42rem !important;
  }

  html.device-mobile .global-tech-page .header-tools {
    gap: 4px !important;
    margin-left: 6px !important;
  }

  html.device-mobile .global-tech-page .language-switcher {
    min-height: 28px !important;
    width: 32px !important;
    min-width: 32px !important;
    padding-inline: 3px !important;
    font-size: 0.42rem !important;
    overflow: hidden !important;
  }

  html.device-mobile .global-tech-page .language-switcher > span {
    display: none !important;
  }

  html.device-mobile .global-tech-page .language-switcher select {
    max-width: 26px !important;
    font-size: 0.42rem !important;
  }

  html.device-mobile .global-tech-page .hero {
    min-height: 520px !important;
    padding-left: 24px !important;
    padding-right: 18px !important;
  }

  html.device-mobile .global-tech-page .hero-content {
    width: 72vw !important;
    inline-size: 72vw !important;
    max-width: 72vw !important;
    max-inline-size: 72vw !important;
  }

  html.device-mobile .global-tech-page .hero h1,
  html.device-mobile:lang(zh) .global-tech-page .hero h1,
  html.device-mobile:lang(zh) .global-tech-page .hero h1 span {
    font-size: clamp(0.92rem, 4vw, 1.32rem) !important;
    line-height: 1.05 !important;
  }

  html.device-mobile .global-tech-page .hero-copy {
    max-width: 70vw !important;
    max-inline-size: 70vw !important;
    font-size: clamp(0.56rem, 1.75vw, 0.72rem) !important;
    line-height: 1.5 !important;
  }

  html.device-mobile .global-tech-page .hero-actions .button {
    min-width: 86px !important;
    min-height: 32px !important;
    padding-inline: 10px !important;
    font-size: 0.56rem !important;
  }

  html.device-mobile .global-tech-page .hero-proof {
    width: 70vw !important;
    inline-size: 70vw !important;
    max-width: 70vw !important;
    max-inline-size: 70vw !important;
    gap: 6px !important;
  }

  html.device-mobile .global-tech-page .hero-proof span {
    grid-template-columns: 18px minmax(0, 1fr) !important;
    min-height: 62px !important;
    padding: 8px 6px !important;
  }

  html.device-mobile .global-tech-page .hero-proof svg {
    width: 16px !important;
    height: 16px !important;
  }

  html.device-mobile .global-tech-page .hero-proof strong {
    font-size: 0.48rem !important;
  }

  html.device-mobile .global-tech-page .hero-proof small {
    font-size: 0.42rem !important;
  }

  html.device-mobile .global-tech-page .hero-media {
    top: 250px !important;
    width: min(46vw, 230px) !important;
    inline-size: min(46vw, 230px) !important;
    min-width: 0 !important;
    min-inline-size: 0 !important;
  }

  html.device-mobile .global-tech-page .process-ribbon {
    grid-template-columns: minmax(92px, 0.28fr) minmax(0, 1fr) !important;
    gap: 6px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  html.device-mobile .global-tech-page .process-flow {
    gap: 3px !important;
  }

  html.device-mobile .global-tech-page .process-flow li {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    width: auto !important;
    min-width: 0 !important;
    padding: 0 !important;
  }

  html.device-mobile .global-tech-page .process-icon {
    position: static !important;
    width: 26px !important;
    height: 26px !important;
    margin-bottom: 10px !important;
  }

  html.device-mobile .global-tech-page .process-flow h3 {
    width: auto !important;
    max-width: 100% !important;
    font-size: 0.42rem !important;
    line-height: 1.18 !important;
  }

  html.device-mobile .global-tech-page .process-flow span,
  html.device-mobile .global-tech-page .process-flow p {
    width: auto !important;
    max-width: 100% !important;
  }

  html.device-mobile .global-tech-page .process-flow span {
    font-size: 0.44rem !important;
    line-height: 1 !important;
  }

  html.device-mobile .global-tech-page .process-flow p {
    font-size: 0.34rem !important;
    line-height: 1.25 !important;
  }
}

/* v101: desktop never reflows on browser resize; keep a fixed desktop canvas and scroll sideways */
@media (hover: hover) and (pointer: fine), (any-hover: hover) and (any-pointer: fine) {
  .global-tech-page {
    --fixed-pc-canvas: 1920px;
  }

  html {
    overflow-x: auto !important;
  }

  body.global-tech-page {
    width: var(--fixed-pc-canvas) !important;
    min-width: var(--fixed-pc-canvas) !important;
    max-width: none !important;
    overflow-x: visible !important;
  }

  .global-tech-page .site-header,
  .global-tech-page .hero,
  .global-tech-page .process-ribbon,
  .global-tech-page main > section,
  .global-tech-page .contact {
    width: var(--fixed-pc-canvas) !important;
    inline-size: var(--fixed-pc-canvas) !important;
    min-width: var(--fixed-pc-canvas) !important;
    min-inline-size: var(--fixed-pc-canvas) !important;
    max-width: none !important;
    max-inline-size: none !important;
  }

  .global-tech-page .site-header {
    min-height: 72px !important;
    padding-inline: 64px !important;
  }

  .global-tech-page .brand {
    gap: 12px !important;
    min-width: auto !important;
  }

  .global-tech-page .brand-mark {
    width: 42px !important;
    height: 42px !important;
  }

  .global-tech-page .brand-text strong,
  .global-tech-page .brand strong {
    font-size: 1rem !important;
  }

  .global-tech-page .brand-text span,
  .global-tech-page .brand small {
    font-size: 0.72rem !important;
  }

  .global-tech-page .site-nav {
    position: static !important;
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    margin-left: auto !important;
    padding: 0 !important;
    color: #29445d !important;
    font-size: 0.76rem !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  .global-tech-page .site-nav a {
    padding: 8px 0 !important;
  }

  .global-tech-page .site-nav .nav-cta {
    width: auto !important;
    min-width: 84px !important;
    min-height: 38px !important;
    margin-top: 0 !important;
    padding: 0 12px !important;
    font-size: 0.76rem !important;
  }

  .global-tech-page .header-tools {
    gap: 8px !important;
    margin-left: 12px !important;
  }

  .global-tech-page .language-switcher {
    width: auto !important;
    min-width: 92px !important;
    min-height: 38px !important;
    padding-inline: 10px !important;
    font-size: 0.7rem !important;
    overflow: visible !important;
  }

  .global-tech-page .language-switcher > span {
    display: inline !important;
  }

  .global-tech-page .language-switcher select {
    max-width: 72px !important;
    font-size: 0.7rem !important;
  }

  .global-tech-page .nav-toggle {
    display: none !important;
  }

  .global-tech-page .hero {
    display: grid !important;
    grid-template-columns: 860px 1fr !important;
    gap: 78px !important;
    align-items: center !important;
    min-height: 710px !important;
    padding: 108px 92px 50px 134px !important;
    overflow: visible !important;
  }

  .global-tech-page .hero-content {
    grid-column: 1 !important;
    grid-row: 1 !important;
    z-index: 2 !important;
    width: 860px !important;
    inline-size: 860px !important;
    min-width: 860px !important;
    min-inline-size: 860px !important;
    max-width: 860px !important;
    max-inline-size: 860px !important;
    padding-top: 0 !important;
  }

  .global-tech-page .hero-media {
    position: absolute !important;
    inset: 108px 0 auto auto !important;
    z-index: 0 !important;
    width: 900px !important;
    inline-size: 900px !important;
    min-width: 900px !important;
    min-inline-size: 900px !important;
    max-width: none !important;
    max-inline-size: none !important;
    height: auto !important;
    margin: 0 !important;
    overflow: visible !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  .global-tech-page .hero-media img {
    display: block !important;
    width: 100% !important;
    inline-size: 100% !important;
    height: auto !important;
    max-width: none !important;
    max-inline-size: none !important;
    object-fit: contain !important;
    object-position: center !important;
    border-radius: 0 !important;
  }

  .global-tech-page .hero .eyebrow {
    margin-bottom: 12px !important;
  }

  .global-tech-page .hero h1 {
    width: max-content !important;
    max-width: none !important;
    margin-bottom: 24px !important;
    font-size: 57.6px !important;
    line-height: 1.08 !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
  }

  html:lang(zh) .global-tech-page .hero h1,
  html:lang(zh) .global-tech-page .hero h1 span {
    display: inline !important;
    font-size: 57.6px !important;
    white-space: nowrap !important;
    text-wrap: nowrap !important;
    word-break: keep-all !important;
  }

  .global-tech-page .hero-copy {
    width: 800px !important;
    inline-size: 800px !important;
    max-width: 800px !important;
    max-inline-size: 800px !important;
    color: #425a72 !important;
    font-size: 1rem !important;
    line-height: 1.68 !important;
  }

  .global-tech-page .hero-actions {
    gap: 12px !important;
    margin-top: 28px !important;
  }

  .global-tech-page .hero-actions .button {
    min-width: 120px !important;
    min-height: 46px !important;
    padding-inline: 20px !important;
    font-size: 0.84rem !important;
  }

  .global-tech-page .hero-proof {
    display: grid !important;
    width: 840px !important;
    inline-size: 840px !important;
    min-width: 840px !important;
    min-inline-size: 840px !important;
    max-width: 840px !important;
    max-inline-size: 840px !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 16px !important;
    margin-top: 34px !important;
  }

  .global-tech-page .hero-proof span {
    grid-template-columns: 32px minmax(0, 1fr) !important;
    min-height: 88px !important;
    padding: 15px 14px !important;
  }

  .global-tech-page .hero-proof svg {
    width: 28px !important;
    height: 28px !important;
  }

  .global-tech-page .hero-proof strong {
    font-size: 0.88rem !important;
    line-height: 1.22 !important;
  }

  .global-tech-page .hero-proof small {
    margin-top: 4px !important;
    font-size: 0.72rem !important;
    line-height: 1.25 !important;
  }

  .global-tech-page .process-ribbon {
    display: grid !important;
    grid-template-columns: 330px 1fr !important;
    gap: 68px !important;
    min-height: 417px !important;
    padding: 84px 84px !important;
    overflow: visible !important;
  }

  .global-tech-page .process-flow {
    display: grid !important;
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    gap: 28px !important;
    max-width: 1180px !important;
  }

  .global-tech-page .process-flow li {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    width: auto !important;
    min-width: 0 !important;
    padding: 0 !important;
  }

  .global-tech-page .process-icon {
    position: static !important;
    width: 54px !important;
    height: 54px !important;
    margin-bottom: 18px !important;
  }

  .global-tech-page .process-flow span {
    width: auto !important;
    max-width: none !important;
    font-size: 0.92rem !important;
    line-height: 1 !important;
  }

  .global-tech-page .process-flow h3 {
    width: auto !important;
    max-width: none !important;
    font-size: 1.05rem !important;
    line-height: 1.2 !important;
  }

  .global-tech-page .process-flow p {
    width: auto !important;
    max-width: none !important;
    font-size: 0.76rem !important;
    line-height: 1.35 !important;
  }
}

/* v102: keep fixed desktop minimum, but let wide screens be fully covered */
@media (hover: hover) and (pointer: fine), (any-hover: hover) and (any-pointer: fine) {
  .global-tech-page {
    --fixed-pc-canvas: max(1920px, 100vw);
  }

  body.global-tech-page,
  .global-tech-page .site-header,
  .global-tech-page .hero,
  .global-tech-page .process-ribbon,
  .global-tech-page main > section,
  .global-tech-page .contact {
    width: var(--fixed-pc-canvas) !important;
    inline-size: var(--fixed-pc-canvas) !important;
    min-width: var(--fixed-pc-canvas) !important;
    min-inline-size: var(--fixed-pc-canvas) !important;
  }

  .global-tech-page .hero {
    overflow: hidden !important;
  }

  .global-tech-page .hero-media {
    inset: 86px 0 auto 812px !important;
    width: auto !important;
    inline-size: auto !important;
    min-width: 0 !important;
    min-inline-size: 0 !important;
    height: 624px !important;
    overflow: hidden !important;
  }

  .global-tech-page .hero-media img {
    width: 100% !important;
    inline-size: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center right !important;
  }
}

/* v103: render the desktop hero pipe as a stable right-side background layer */
@media (hover: hover) and (pointer: fine), (any-hover: hover) and (any-pointer: fine) {
  .global-tech-page .hero {
    overflow: hidden !important;
  }

  .global-tech-page .hero-media {
    display: none !important;
  }

  .global-tech-page .hero::after {
    content: "" !important;
    position: absolute !important;
    inset: 86px 0 auto 812px !important;
    z-index: 0 !important;
    width: auto !important;
    height: 624px !important;
    border: 0 !important;
    border-radius: 0 !important;
    clip-path: none !important;
    opacity: 1 !important;
    pointer-events: none !important;
    background: url("./assets/hero-hydroforming-blueprint-equal-wall-v3.png") center right / cover no-repeat !important;
  }
}

@media not all {
/* disabled after rollback to v103: v105-v116 post-v103 layout overrides */
/* v105: freeze the v103 desktop canvas; desktop window resize only scrolls sideways */
@media (hover: hover) and (pointer: fine), (any-hover: hover) and (any-pointer: fine) {
  .global-tech-page {
    --fixed-pc-canvas: 1920px;
    --desktop-section-pad: 370px;
    --desktop-section-width: 1180px;
  }

  html {
    overflow-x: auto !important;
  }

  body.global-tech-page {
    width: var(--fixed-pc-canvas) !important;
    inline-size: var(--fixed-pc-canvas) !important;
    min-width: var(--fixed-pc-canvas) !important;
    min-inline-size: var(--fixed-pc-canvas) !important;
    max-width: none !important;
    max-inline-size: none !important;
    overflow-x: visible !important;
  }

  .global-tech-page .site-header,
  .global-tech-page main,
  .global-tech-page .hero,
  .global-tech-page .process-ribbon,
  .global-tech-page main > section,
  .global-tech-page .contact,
  .global-tech-page .site-footer {
    width: var(--fixed-pc-canvas) !important;
    inline-size: var(--fixed-pc-canvas) !important;
    min-width: var(--fixed-pc-canvas) !important;
    min-inline-size: var(--fixed-pc-canvas) !important;
    max-width: none !important;
    max-inline-size: none !important;
  }

  .global-tech-page .site-header {
    position: sticky !important;
    top: 0 !important;
    display: flex !important;
    align-items: center !important;
    gap: 24px !important;
    min-height: 72px !important;
    padding: 0 64px !important;
  }

  .global-tech-page .brand {
    gap: 12px !important;
    min-width: auto !important;
  }

  .global-tech-page .brand-mark {
    width: 42px !important;
    height: 42px !important;
  }

  .global-tech-page .site-nav {
    position: static !important;
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    width: auto !important;
    margin-left: auto !important;
    padding: 0 !important;
    color: #29445d !important;
    font-size: 0.76rem !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  .global-tech-page .site-header.is-open .site-nav {
    display: flex !important;
  }

  .global-tech-page .site-nav a {
    padding: 8px 0 !important;
  }

  .global-tech-page .site-nav .nav-cta {
    width: auto !important;
    min-width: 84px !important;
    min-height: 38px !important;
    margin-top: 0 !important;
    padding: 0 12px !important;
    font-size: 0.76rem !important;
  }

  .global-tech-page .header-tools {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    width: auto !important;
    margin-left: 12px !important;
  }

  .global-tech-page .language-switcher {
    width: auto !important;
    min-width: 92px !important;
    min-height: 38px !important;
    padding-inline: 10px !important;
    font-size: 0.7rem !important;
    overflow: visible !important;
  }

  .global-tech-page .language-switcher > span {
    display: inline !important;
  }

  .global-tech-page .language-switcher select {
    max-width: 72px !important;
    font-size: 0.7rem !important;
  }

  .global-tech-page .nav-toggle {
    display: none !important;
  }

  .global-tech-page .hero {
    position: relative !important;
    display: grid !important;
    grid-template-columns: 860px 1fr !important;
    gap: 78px !important;
    align-items: center !important;
    min-height: 710px !important;
    padding: 108px 92px 50px 134px !important;
    overflow: hidden !important;
  }

  .global-tech-page .hero-content {
    grid-column: 1 !important;
    grid-row: 1 !important;
    z-index: 2 !important;
    width: 860px !important;
    inline-size: 860px !important;
    min-width: 860px !important;
    min-inline-size: 860px !important;
    max-width: 860px !important;
    max-inline-size: 860px !important;
    padding-top: 0 !important;
  }

  .global-tech-page .hero-media {
    display: none !important;
  }

  .global-tech-page .hero::after {
    content: "" !important;
    position: absolute !important;
    inset: 86px 0 auto 812px !important;
    z-index: 0 !important;
    width: auto !important;
    height: 624px !important;
    border: 0 !important;
    border-radius: 0 !important;
    clip-path: none !important;
    opacity: 1 !important;
    pointer-events: none !important;
    background: url("./assets/hero-hydroforming-blueprint-equal-wall-v3.png") center right / cover no-repeat !important;
  }

  .global-tech-page .hero .eyebrow {
    margin-bottom: 12px !important;
  }

  .global-tech-page .hero h1 {
    width: max-content !important;
    max-width: none !important;
    margin-bottom: 24px !important;
    font-size: 57.6px !important;
    line-height: 1.08 !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
  }

  html:lang(zh) .global-tech-page .hero h1,
  html:lang(zh) .global-tech-page .hero h1 span {
    display: inline !important;
    font-size: 57.6px !important;
    white-space: nowrap !important;
    text-wrap: nowrap !important;
    word-break: keep-all !important;
  }

  .global-tech-page .hero-copy {
    width: 800px !important;
    inline-size: 800px !important;
    max-width: 800px !important;
    max-inline-size: 800px !important;
    color: #425a72 !important;
    font-size: 1rem !important;
    line-height: 1.68 !important;
  }

  .global-tech-page .hero-actions {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
    margin-top: 28px !important;
  }

  .global-tech-page .hero-actions .button {
    min-width: 120px !important;
    min-height: 46px !important;
    padding-inline: 20px !important;
    font-size: 0.84rem !important;
  }

  .global-tech-page .hero-proof {
    display: grid !important;
    width: 840px !important;
    inline-size: 840px !important;
    min-width: 840px !important;
    min-inline-size: 840px !important;
    max-width: 840px !important;
    max-inline-size: 840px !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 16px !important;
    margin-top: 34px !important;
  }

  .global-tech-page .hero-proof span {
    display: grid !important;
    grid-template-columns: 32px minmax(0, 1fr) !important;
    min-height: 88px !important;
    padding: 15px 14px !important;
  }

  .global-tech-page .hero-proof svg {
    width: 28px !important;
    height: 28px !important;
  }

  .global-tech-page .hero-proof strong {
    font-size: 0.88rem !important;
    line-height: 1.22 !important;
  }

  .global-tech-page .hero-proof small {
    margin-top: 4px !important;
    font-size: 0.72rem !important;
    line-height: 1.25 !important;
  }

  .global-tech-page .process-ribbon {
    display: grid !important;
    grid-template-columns: 330px 1fr !important;
    gap: 68px !important;
    min-height: 417px !important;
    padding: 84px !important;
    overflow: visible !important;
  }

  .global-tech-page .process-flow {
    display: grid !important;
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    gap: 28px !important;
    max-width: 1180px !important;
  }

  .global-tech-page .process-flow li {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    width: auto !important;
    min-width: 0 !important;
    padding: 0 !important;
  }

  .global-tech-page .process-icon {
    position: static !important;
    width: 54px !important;
    height: 54px !important;
    margin-bottom: 18px !important;
  }

  .global-tech-page .process-flow span {
    width: auto !important;
    max-width: none !important;
    font-size: 0.92rem !important;
    line-height: 1 !important;
  }

  .global-tech-page .process-flow h3 {
    width: auto !important;
    max-width: none !important;
    font-size: 1.05rem !important;
    line-height: 1.2 !important;
  }

  .global-tech-page .process-flow p {
    width: auto !important;
    max-width: none !important;
    font-size: 0.76rem !important;
    line-height: 1.35 !important;
  }

  .global-tech-page :is(.tech-advantage, .buyer-path, .services, .capabilities, .specs, .applications, .projects, .faq, .content-gaps, .library-section),
  .global-tech-page .contact {
    padding-right: var(--desktop-section-pad) !important;
    padding-left: var(--desktop-section-pad) !important;
  }

  .global-tech-page :is(.section-head, .buyer-grid, .service-grid, .capability-grid, .specs-layout, .project-grid, .faq-grid, .content-gap-layout),
  .global-tech-page .project-section-head,
  .global-tech-page.library-page .page-hero,
  .global-tech-page.library-page .library-section > .section-head,
  .global-tech-page.library-page :is(.case-detail, .library-grid, .document-grid, .application-detail-grid, .fit-grid, .material-chips, .case-filter-bar) {
    width: var(--desktop-section-width) !important;
    max-width: var(--desktop-section-width) !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .global-tech-page .section-head,
  .global-tech-page .project-section-head,
  .global-tech-page.library-page .page-hero,
  .global-tech-page.library-page .library-section > .section-head {
    display: grid !important;
    grid-template-columns: minmax(0, 0.86fr) minmax(300px, 0.7fr) !important;
    gap: 42px !important;
    align-items: end !important;
  }

  .global-tech-page.library-page .page-hero {
    padding-top: 104px !important;
    padding-bottom: 72px !important;
  }

  .global-tech-page.library-page .library-section {
    max-width: none !important;
    padding-top: 72px !important;
    padding-bottom: 86px !important;
  }

  .global-tech-page.library-page .library-section > .section-head {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .global-tech-page.library-page .page-hero h1 {
    max-width: 760px !important;
    font-size: 4.8rem !important;
    line-height: 1.04 !important;
  }

  .global-tech-page.library-page .library-section > .section-head h2 {
    font-size: 3.35rem !important;
    line-height: 1.08 !important;
  }

  .global-tech-page.library-page .library-section > .section-head p:not(.eyebrow) {
    justify-self: end !important;
    max-width: 480px !important;
  }

  .global-tech-page .tech-advantage {
    display: grid !important;
    grid-template-columns: minmax(560px, 0.92fr) minmax(0, 1.08fr) !important;
    gap: 42px !important;
    align-items: stretch !important;
  }

  .global-tech-page .tech-advantage .section-head {
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
  }

  .global-tech-page .tech-copy {
    display: grid !important;
    grid-template-columns: minmax(0, 0.9fr) minmax(260px, 0.7fr) !important;
    gap: 22px !important;
  }

  .global-tech-page .tech-summary-panel {
    display: grid !important;
    gap: 0 !important;
  }

  .global-tech-page .tech-summary-panel article {
    display: grid !important;
    grid-template-columns: minmax(72px, 0.25fr) minmax(0, 1fr) !important;
  }

  .global-tech-page .tech-summary-panel p {
    grid-column: 2 !important;
  }

  .global-tech-page .buyer-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 16px !important;
  }

  .global-tech-page .service-grid-six {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 18px !important;
  }

  .global-tech-page .capability-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 20px !important;
  }

  .global-tech-page .specs-layout {
    display: grid !important;
    grid-template-columns: minmax(260px, 0.38fr) minmax(0, 1fr) !important;
    gap: 34px !important;
  }

  .global-tech-page .spec-table {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .global-tech-page .applications .application-topic-grid {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: stretch !important;
    width: 1100px !important;
    max-width: 1100px !important;
    gap: 20px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    overflow: visible !important;
    scroll-snap-type: none !important;
  }

  .global-tech-page .applications .application-topic-grid article,
  .global-tech-page .applications .application-topic-grid article:first-child {
    flex: 0 1 calc((100% - 80px) / 5) !important;
    width: auto !important;
    max-width: 300px !important;
    grid-column: auto !important;
    grid-row: auto !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: 178px auto !important;
  }

  .global-tech-page .applications .application-topic-grid img {
    height: 178px !important;
    padding: 22px !important;
  }

  .global-tech-page .applications .application-topic-grid div {
    min-height: 150px !important;
    padding: 22px !important;
  }

  .global-tech-page .project-grid {
    display: grid !important;
    gap: 22px !important;
  }

  .global-tech-page .project-feature {
    display: grid !important;
    grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.72fr) !important;
  }

  .global-tech-page .project-mini-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 18px !important;
  }

  .global-tech-page .faq-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 16px !important;
  }

  .global-tech-page .contact {
    display: grid !important;
    grid-template-columns: minmax(0, 0.8fr) minmax(320px, 0.78fr) !important;
    gap: 72px !important;
  }

  .global-tech-page .quote-form {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .global-tech-page .quote-form .wide {
    grid-column: 1 / -1 !important;
  }

  .global-tech-page .content-gap-layout {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.42fr) !important;
    gap: 22px !important;
  }

  .global-tech-page .asset-gap-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .global-tech-page .parameter-gap-panel dl div {
    display: grid !important;
    grid-template-columns: minmax(92px, 0.42fr) minmax(0, 1fr) !important;
    gap: 12px !important;
  }

  .global-tech-page.library-page .case-detail {
    display: grid !important;
    grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.75fr) !important;
  }

  .global-tech-page.library-page .library-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 14px !important;
  }

  .global-tech-page.library-page .document-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 20px !important;
  }

  .global-tech-page.library-page .document-card {
    grid-template-rows: 360px auto !important;
  }

  .global-tech-page.library-page .application-detail-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px !important;
  }

  .global-tech-page.library-page .fit-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 14px !important;
  }

  .global-tech-page.library-page .material-chips {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
  }

  .global-tech-page.library-page .case-filter-bar {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    overflow: visible !important;
  }
}

/* v105b: raise specificity for desktop rules that older narrow-screen blocks also marked important */
@media (hover: hover) and (pointer: fine), (any-hover: hover) and (any-pointer: fine) {
  body.global-tech-page :is(.buyer-path, .services, .capabilities, .specs, .applications, .projects, .faq, .content-gaps) > .section-head,
  body.global-tech-page .projects > .project-section-head.section-head {
    display: grid !important;
    grid-template-columns: minmax(0, 0.86fr) minmax(300px, 0.7fr) !important;
    gap: 42px !important;
    align-items: end !important;
    width: var(--desktop-section-width) !important;
    max-width: var(--desktop-section-width) !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  body.global-tech-page .projects > .project-section-head.section-head h2 {
    grid-column: 1 !important;
  }

  body.global-tech-page .projects > .project-section-head.section-head .section-head-actions {
    grid-column: 2 !important;
    justify-items: start !important;
    align-self: end !important;
  }

  body.global-tech-page :is(.buyer-path, .services, .capabilities, .specs, .applications, .projects, .faq, .content-gaps) > .section-head h2,
  body.global-tech-page .contact-copy h2 {
    font-size: 52px !important;
    line-height: 1.08 !important;
  }

  body.global-tech-page .technology-shell,
  body.global-tech-page .tech-advantage {
    width: var(--fixed-pc-canvas) !important;
    min-width: var(--fixed-pc-canvas) !important;
  }

  body.global-tech-page .tech-advantage > .section-head {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    width: auto !important;
    max-width: none !important;
    min-height: auto !important;
  }

  body.global-tech-page #technology.tech-advantage > .section-head {
    grid-template-columns: minmax(0, 1fr) !important;
    align-content: start !important;
  }

  body.global-tech-page .tech-advantage h2 {
    font-size: 52px !important;
    line-height: 1.08 !important;
  }

  body.global-tech-page .tech-copy > p,
  body.global-tech-page .buyer-grid p,
  body.global-tech-page .service-grid-six .service-card p,
  body.global-tech-page .capability-grid p,
  body.global-tech-page .application-topic-grid p,
  body.global-tech-page .project-feature p,
  body.global-tech-page .project-card h3,
  body.global-tech-page .faq-grid p,
  body.global-tech-page .contact-copy p {
    font-size: 15px !important;
    line-height: 1.65 !important;
  }

  body.global-tech-page .service-grid-six .service-card h3,
  body.global-tech-page .capability-grid h3,
  body.global-tech-page .application-topic-grid h3,
  body.global-tech-page .project-feature h3,
  body.global-tech-page .faq-grid summary {
    font-size: 18px !important;
    line-height: 1.28 !important;
  }

  body.global-tech-page .applications .application-topic-grid {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    width: 1100px !important;
    max-width: 1100px !important;
    gap: 20px !important;
    overflow: visible !important;
    scroll-snap-type: none !important;
  }

  body.global-tech-page .applications .application-topic-grid article,
  body.global-tech-page .applications .application-topic-grid article:first-child {
    flex: 0 1 calc((100% - 80px) / 5) !important;
    max-width: 300px !important;
    grid-template-rows: 178px auto !important;
  }

  body.global-tech-page .applications .application-topic-grid img {
    height: 178px !important;
    min-height: 0 !important;
    aspect-ratio: auto !important;
    padding: 22px !important;
  }

  body.global-tech-page.library-page .page-hero,
  body.global-tech-page.library-page .library-section > .section-head {
    grid-template-columns: minmax(0, 0.82fr) minmax(300px, 0.42fr) !important;
  }

  body.global-tech-page.library-page .document-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  body.global-tech-page.library-page .library-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  body.global-tech-page.library-page .application-detail-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

/* v108: let section backgrounds cover wide/zoomed desktop viewports without moving the fixed PC layout */
@media (hover: hover) and (pointer: fine), (any-hover: hover) and (any-pointer: fine) {
  .global-tech-page {
    --desktop-bg-canvas: max(var(--fixed-pc-canvas), 100vw);
  }

  body.global-tech-page,
  .global-tech-page .site-header,
  .global-tech-page main,
  .global-tech-page .hero,
  .global-tech-page .process-ribbon,
  .global-tech-page main > section,
  .global-tech-page .contact,
  .global-tech-page .site-footer,
  body.global-tech-page .technology-shell,
  body.global-tech-page .tech-advantage {
    width: var(--desktop-bg-canvas) !important;
    inline-size: var(--desktop-bg-canvas) !important;
    min-width: var(--fixed-pc-canvas) !important;
    min-inline-size: var(--fixed-pc-canvas) !important;
    max-width: none !important;
    max-inline-size: none !important;
  }
}

/* v109: hard desktop lock. Desktop windows keep the 1920px composition; mobile remains a separate layout. */
@media (hover: hover) and (pointer: fine), (any-hover: hover) and (any-pointer: fine) {
  html {
    min-width: 0 !important;
    overflow-x: auto !important;
    font-size: 16px !important;
  }

  body.global-tech-page {
    --fixed-pc-canvas: 1920px;
    --pc-layout-canvas: 1920px;
    --desktop-bg-canvas: max(1920px, 100vw);
    --desktop-section-pad: 370px;
    --desktop-section-width: 1180px;
    --section-x: 370px;
    --max: 1180px;
    width: var(--desktop-bg-canvas) !important;
    inline-size: var(--desktop-bg-canvas) !important;
    min-width: var(--pc-layout-canvas) !important;
    min-inline-size: var(--pc-layout-canvas) !important;
    max-width: none !important;
    max-inline-size: none !important;
    overflow-x: visible !important;
    font-size: 16px !important;
    -webkit-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
  }

  body.global-tech-page *,
  body.global-tech-page *::before,
  body.global-tech-page *::after {
    -webkit-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
  }

  body.global-tech-page .site-header,
  body.global-tech-page main,
  body.global-tech-page .hero,
  body.global-tech-page .process-ribbon,
  body.global-tech-page main > section,
  body.global-tech-page .contact,
  body.global-tech-page .site-footer {
    width: var(--desktop-bg-canvas) !important;
    inline-size: var(--desktop-bg-canvas) !important;
    min-width: var(--pc-layout-canvas) !important;
    min-inline-size: var(--pc-layout-canvas) !important;
    max-width: none !important;
    max-inline-size: none !important;
  }

  body.global-tech-page .site-header {
    height: 72px !important;
    min-height: 72px !important;
    padding: 0 64px !important;
  }

  body.global-tech-page .brand {
    width: 230px !important;
    min-width: 230px !important;
    gap: 12px !important;
  }

  body.global-tech-page .brand-mark {
    width: 42px !important;
    height: 42px !important;
  }

  body.global-tech-page .brand strong {
    font-size: 16px !important;
    line-height: 1.1 !important;
  }

  body.global-tech-page .brand small {
    font-size: 11.5px !important;
    line-height: 1.2 !important;
  }

  body.global-tech-page .site-nav {
    display: flex !important;
    gap: 14px !important;
    margin-left: auto !important;
    font-size: 12.2px !important;
  }

  body.global-tech-page .site-nav a {
    font-size: 12.2px !important;
    line-height: 1 !important;
  }

  body.global-tech-page .site-nav .nav-cta {
    min-width: 84px !important;
    min-height: 38px !important;
    padding: 0 12px !important;
    font-size: 12.2px !important;
  }

  body.global-tech-page .header-tools {
    width: auto !important;
    margin-left: 12px !important;
  }

  body.global-tech-page .language-switcher {
    min-width: 92px !important;
    min-height: 38px !important;
    padding-inline: 10px !important;
    font-size: 11.2px !important;
  }

  body.global-tech-page .language-switcher select {
    max-width: 72px !important;
    font-size: 11.2px !important;
  }

  body.global-tech-page .nav-toggle {
    display: none !important;
  }

  body.global-tech-page .hero {
    display: grid !important;
    grid-template-columns: 860px 1fr !important;
    gap: 78px !important;
    align-items: center !important;
    min-height: 710px !important;
    height: 710px !important;
    padding: 108px 92px 50px 134px !important;
    overflow: hidden !important;
  }

  body.global-tech-page .hero-media {
    display: none !important;
  }

  body.global-tech-page .hero::after {
    content: "" !important;
    position: absolute !important;
    top: 86px !important;
    right: 0 !important;
    bottom: auto !important;
    left: 812px !important;
    z-index: 0 !important;
    width: auto !important;
    inline-size: auto !important;
    height: 624px !important;
    border: 0 !important;
    border-radius: 0 !important;
    clip-path: none !important;
    opacity: 1 !important;
    pointer-events: none !important;
    background:
      linear-gradient(90deg, rgba(234, 243, 251, 0), rgba(234, 243, 251, 0.35) 1108px, #eaf3fb 1108px),
      url("./assets/hero-hydroforming-blueprint-equal-wall-v3.png") left center / 1108px 624px no-repeat !important;
  }

  body.global-tech-page .hero-content {
    grid-column: 1 !important;
    grid-row: 1 !important;
    z-index: 2 !important;
    width: 860px !important;
    inline-size: 860px !important;
    min-width: 860px !important;
    min-inline-size: 860px !important;
    max-width: 860px !important;
    max-inline-size: 860px !important;
    padding: 0 !important;
  }

  body.global-tech-page .eyebrow {
    font-size: 12px !important;
    line-height: 1.2 !important;
    letter-spacing: 0.08em !important;
  }

  body.global-tech-page .hero .eyebrow {
    margin-bottom: 12px !important;
  }

  body.global-tech-page .hero h1 {
    width: max-content !important;
    max-width: none !important;
    margin: 0 0 24px !important;
    font-size: 57.6px !important;
    line-height: 1.08 !important;
    letter-spacing: 0 !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
  }

  html:lang(zh) body.global-tech-page .hero h1,
  html:lang(zh) body.global-tech-page .hero h1 span {
    display: inline !important;
    white-space: nowrap !important;
    text-wrap: nowrap !important;
    word-break: keep-all !important;
  }

  body.global-tech-page .hero-copy {
    width: 800px !important;
    inline-size: 800px !important;
    max-width: 800px !important;
    max-inline-size: 800px !important;
    margin: 0 !important;
    font-size: 16px !important;
    line-height: 1.68 !important;
  }

  body.global-tech-page .hero-actions {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 12px !important;
    margin-top: 28px !important;
  }

  body.global-tech-page .button {
    min-height: 46px !important;
    padding: 0 20px !important;
    font-size: 13.5px !important;
    line-height: 1 !important;
  }

  body.global-tech-page .hero-actions .button {
    min-width: 120px !important;
  }

  body.global-tech-page .hero-proof {
    display: grid !important;
    grid-template-columns: repeat(4, 198px) !important;
    width: 840px !important;
    inline-size: 840px !important;
    min-width: 840px !important;
    min-inline-size: 840px !important;
    max-width: 840px !important;
    max-inline-size: 840px !important;
    gap: 16px !important;
    margin-top: 34px !important;
  }

  body.global-tech-page .hero-proof span {
    display: grid !important;
    grid-template-columns: 32px 1fr !important;
    min-height: 88px !important;
    padding: 15px 14px !important;
  }

  body.global-tech-page .hero-proof svg {
    width: 28px !important;
    height: 28px !important;
  }

  body.global-tech-page .hero-proof strong {
    font-size: 14px !important;
    line-height: 1.22 !important;
  }

  body.global-tech-page .hero-proof small {
    font-size: 11.5px !important;
    line-height: 1.25 !important;
  }

  body.global-tech-page .process-ribbon {
    display: grid !important;
    grid-template-columns: 330px 1180px !important;
    gap: 68px !important;
    min-height: 417px !important;
    height: 417px !important;
    padding: 84px !important;
    overflow: hidden !important;
  }

  body.global-tech-page .process-ribbon-copy {
    width: 330px !important;
  }

  body.global-tech-page .process-ribbon h2 {
    font-size: 42px !important;
    line-height: 1.08 !important;
  }

  body.global-tech-page .process-ribbon p {
    font-size: 15px !important;
    line-height: 1.55 !important;
  }

  body.global-tech-page .process-flow {
    display: grid !important;
    grid-template-columns: repeat(6, 1fr) !important;
    width: 1180px !important;
    max-width: 1180px !important;
    gap: 28px !important;
  }

  body.global-tech-page .process-flow li {
    width: auto !important;
    min-width: 0 !important;
    padding: 0 !important;
  }

  body.global-tech-page .process-icon {
    width: 54px !important;
    height: 54px !important;
    margin-bottom: 18px !important;
  }

  body.global-tech-page .process-flow span {
    font-size: 14.7px !important;
    line-height: 1 !important;
  }

  body.global-tech-page .process-flow h3 {
    font-size: 16.8px !important;
    line-height: 1.2 !important;
  }

  body.global-tech-page .process-flow p {
    font-size: 12.2px !important;
    line-height: 1.35 !important;
  }

  body.global-tech-page :is(.tech-advantage, .buyer-path, .services, .capabilities, .specs, .applications, .projects, .faq, .content-gaps, .library-section) {
    padding: 72px 370px 86px !important;
  }

  body.global-tech-page :is(.section-head, .buyer-grid, .service-grid, .capability-grid, .specs-layout, .project-grid, .faq-grid, .content-gap-layout),
  body.global-tech-page .project-section-head,
  body.global-tech-page.library-page .page-hero,
  body.global-tech-page.library-page .library-section > .section-head,
  body.global-tech-page.library-page :is(.case-detail, .library-grid, .document-grid, .application-detail-grid, .fit-grid, .material-chips, .case-filter-bar) {
    width: 1180px !important;
    inline-size: 1180px !important;
    min-width: 1180px !important;
    min-inline-size: 1180px !important;
    max-width: 1180px !important;
    max-inline-size: 1180px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  body.global-tech-page :is(.section-head, .project-section-head),
  body.global-tech-page.library-page .page-hero,
  body.global-tech-page.library-page .library-section > .section-head {
    display: grid !important;
    grid-template-columns: 650px 488px !important;
    gap: 42px !important;
    align-items: end !important;
  }

  body.global-tech-page :is(.section-head h2, .project-section-head h2, .contact-copy h2),
  body.global-tech-page .tech-advantage h2 {
    max-width: none !important;
    font-size: 52px !important;
    line-height: 1.08 !important;
    letter-spacing: 0 !important;
  }

  body.global-tech-page :is(.section-head p:not(.eyebrow), .project-section-head p:not(.eyebrow)) {
    max-width: 488px !important;
    font-size: 15px !important;
    line-height: 1.65 !important;
  }

  body.global-tech-page .tech-advantage {
    display: grid !important;
    grid-template-columns: 560px 578px !important;
    gap: 42px !important;
    align-items: stretch !important;
  }

  body.global-tech-page .tech-advantage > .section-head {
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: 560px !important;
    min-width: 560px !important;
    max-width: 560px !important;
    margin: 0 !important;
  }

  body.global-tech-page .tech-summary-panel article {
    grid-template-columns: 72px 1fr !important;
  }

  body.global-tech-page .tech-copy {
    display: grid !important;
    grid-template-columns: 270px 286px !important;
    gap: 22px !important;
  }

  body.global-tech-page .tech-copy > p,
  body.global-tech-page .buyer-grid p,
  body.global-tech-page .service-grid-six .service-card p,
  body.global-tech-page .capability-grid p,
  body.global-tech-page .application-topic-grid p,
  body.global-tech-page .project-feature p,
  body.global-tech-page .project-card h3,
  body.global-tech-page .faq-grid p,
  body.global-tech-page .contact-copy p,
  body.global-tech-page address,
  body.global-tech-page .spec-table span,
  body.global-tech-page .spec-table strong,
  body.global-tech-page .quote-form,
  body.global-tech-page .form-note {
    font-size: 15px !important;
    line-height: 1.65 !important;
  }

  body.global-tech-page .tech-checks h3,
  body.global-tech-page .buyer-grid h3,
  body.global-tech-page .service-grid-six .service-card h3,
  body.global-tech-page .capability-grid h3,
  body.global-tech-page .application-topic-grid h3,
  body.global-tech-page .project-feature h3,
  body.global-tech-page .faq-grid summary {
    font-size: 18px !important;
    line-height: 1.28 !important;
  }

  body.global-tech-page .buyer-grid,
  body.global-tech-page .faq-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 16px !important;
  }

  body.global-tech-page .service-grid-six,
  body.global-tech-page .capability-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 18px !important;
  }

  body.global-tech-page .service-card {
    min-height: 188px !important;
    padding: 28px 24px !important;
  }

  body.global-tech-page .capability-grid div {
    min-height: 184px !important;
    padding: 22px !important;
  }

  body.global-tech-page .capability-strip {
    display: grid !important;
    grid-template-columns: repeat(6, 196.666px) !important;
    width: var(--desktop-bg-canvas) !important;
    min-width: var(--pc-layout-canvas) !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 370px !important;
  }

  body.global-tech-page .capability-strip div {
    min-height: 132px !important;
    padding: 28px 26px !important;
  }

  body.global-tech-page .capability-strip strong {
    font-size: 40px !important;
    line-height: 1.05 !important;
  }

  body.global-tech-page .capability-strip span {
    font-size: 14px !important;
    line-height: 1.35 !important;
  }

  body.global-tech-page .specs-layout {
    display: grid !important;
    grid-template-columns: 448px 698px !important;
    gap: 34px !important;
  }

  body.global-tech-page .spec-table {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
  }

  body.global-tech-page .spec-table div {
    grid-template-columns: 118px 1fr !important;
    gap: 18px !important;
    padding: 16px 20px !important;
  }

  body.global-tech-page .applications .application-topic-grid {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: stretch !important;
    width: 1100px !important;
    min-width: 1100px !important;
    max-width: 1100px !important;
    gap: 20px !important;
    margin-left: 40px !important;
    margin-right: 0 !important;
    overflow: visible !important;
    scroll-snap-type: none !important;
  }

  body.global-tech-page .applications .application-topic-grid article,
  body.global-tech-page .applications .application-topic-grid article:first-child {
    flex: 0 0 204px !important;
    width: 204px !important;
    max-width: 204px !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: 178px auto !important;
  }

  body.global-tech-page .applications .application-topic-grid img {
    height: 178px !important;
    min-height: 178px !important;
    padding: 22px !important;
  }

  body.global-tech-page .project-grid {
    display: grid !important;
    gap: 22px !important;
  }

  body.global-tech-page .project-feature {
    display: grid !important;
    grid-template-columns: 666px 514px !important;
  }

  body.global-tech-page .project-mini-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 18px !important;
  }

  body.global-tech-page .contact {
    display: grid !important;
    grid-template-columns: 550px 558px !important;
    gap: 72px !important;
    padding: 86px 370px !important;
  }

  body.global-tech-page .quote-form {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 14px !important;
  }

  body.global-tech-page .quote-form .wide {
    grid-column: 1 / -1 !important;
  }

  body.global-tech-page .content-gap-layout {
    display: grid !important;
    grid-template-columns: 802px 356px !important;
    gap: 22px !important;
  }

  body.global-tech-page .asset-gap-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
  }

  body.global-tech-page.library-page .page-hero {
    display: grid !important;
    grid-template-columns: 760px 360px !important;
    gap: 60px !important;
    padding: 104px 370px 72px !important;
  }

  body.global-tech-page.library-page .page-hero h1 {
    max-width: 760px !important;
    font-size: 76px !important;
    line-height: 1.04 !important;
    letter-spacing: 0 !important;
  }

  body.global-tech-page.library-page .page-hero p,
  body.global-tech-page.library-page .page-hero-panel {
    font-size: 15px !important;
    line-height: 1.6 !important;
  }

  body.global-tech-page.library-page .library-section {
    padding: 72px 370px 86px !important;
  }

  body.global-tech-page.library-page .library-section > .section-head h2 {
    font-size: 54px !important;
    line-height: 1.08 !important;
  }

  body.global-tech-page.library-page .case-detail {
    display: grid !important;
    grid-template-columns: 646px 500px !important;
    gap: 34px !important;
  }

  body.global-tech-page.library-page .library-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 14px !important;
  }

  body.global-tech-page.library-page .document-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 20px !important;
  }

  body.global-tech-page.library-page .document-card {
    grid-template-rows: 360px auto !important;
  }

  body.global-tech-page.library-page .application-detail-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 18px !important;
  }

  body.global-tech-page.library-page .fit-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 14px !important;
  }

  body.global-tech-page.library-page .material-chips,
  body.global-tech-page.library-page .case-filter-bar {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
  }
}

/* v109b: remove remaining narrow-desktop overrides from section rhythm and technical cards. */
@media (hover: hover) and (pointer: fine), (any-hover: hover) and (any-pointer: fine) {
  body.global-tech-page .section-head,
  body.global-tech-page .project-section-head,
  body.global-tech-page.library-page .library-section > .section-head {
    min-height: auto !important;
    padding: 0 0 18px 22px !important;
    margin-bottom: 30px !important;
  }

  body.global-tech-page .section-head::before,
  body.global-tech-page .project-section-head::before,
  body.global-tech-page.library-page .library-section > .section-head::before {
    left: 0 !important;
    width: 5px !important;
  }

  body.global-tech-page .section-head h2,
  body.global-tech-page .project-section-head h2,
  body.global-tech-page.library-page .library-section > .section-head h2 {
    margin: 0 !important;
  }

  body.global-tech-page .section-head h2::after,
  body.global-tech-page .project-section-head h2::after,
  body.global-tech-page.library-page .library-section > .section-head h2::after {
    width: 78px !important;
    height: 4px !important;
    margin-top: 24px !important;
  }

  body.global-tech-page .tech-advantage {
    min-height: 909px !important;
    height: 909px !important;
  }

  body.global-tech-page .tech-advantage > .section-head {
    min-height: 751px !important;
    height: 751px !important;
    padding: 48px 44px !important;
    margin: 0 !important;
  }

  body.global-tech-page .tech-advantage > .section-head .eyebrow {
    margin-bottom: 12px !important;
  }

  body.global-tech-page .tech-advantage > .section-head h2 {
    width: 466px !important;
    max-width: 466px !important;
    margin-bottom: 18px !important;
  }

  body.global-tech-page .tech-summary-panel {
    width: 466px !important;
    min-height: 387px !important;
    margin-top: 68px !important;
    padding-top: 26px !important;
  }

  body.global-tech-page .tech-summary-panel article {
    min-height: 120px !important;
    padding: 22px 0 !important;
  }

  body.global-tech-page .tech-summary-panel span {
    width: 44px !important;
    height: 44px !important;
    font-size: 12px !important;
  }

  body.global-tech-page .tech-copy {
    min-height: 751px !important;
    height: 751px !important;
    padding: 38px !important;
  }

  body.global-tech-page .tech-visual {
    width: 270px !important;
    min-height: 440px !important;
  }

  body.global-tech-page .tech-checks {
    width: 286px !important;
  }

  body.global-tech-page .tech-checks article {
    min-height: 142px !important;
    padding: 18px 0 !important;
  }

  body.global-tech-page .capability-strip {
    height: 168px !important;
    min-height: 168px !important;
    align-items: stretch !important;
  }

  body.global-tech-page .capability-strip div {
    height: 168px !important;
    min-height: 168px !important;
    align-content: center !important;
  }
}

/* v110b: keep every desktop section header and major section on the same 1920px coordinate grid. */
@media (hover: hover) and (pointer: fine), (any-hover: hover) and (any-pointer: fine) {
  body.global-tech-page.global-tech-page :is(.buyer-path, .services, .capabilities, .specs, .applications, .projects, .faq, .content-gaps) > .section-head.section-head,
  body.global-tech-page.global-tech-page .projects > .project-section-head.section-head,
  body.global-tech-page.global-tech-page.library-page .library-section > .section-head.section-head {
    display: grid !important;
    grid-template-columns: 650px 488px !important;
    gap: 42px !important;
    align-items: end !important;
    width: 1180px !important;
    inline-size: 1180px !important;
    min-width: 1180px !important;
    max-width: 1180px !important;
    margin: 0 0 30px 0 !important;
    padding: 0 0 18px 22px !important;
  }

  body.global-tech-page.global-tech-page :is(.buyer-path, .services, .capabilities, .specs, .applications, .projects, .faq, .content-gaps) > .section-head.section-head h2,
  body.global-tech-page.global-tech-page .projects > .project-section-head.section-head h2,
  body.global-tech-page.global-tech-page.library-page .library-section > .section-head.section-head h2 {
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    font-size: 52px !important;
    line-height: 1.08 !important;
  }

  body.global-tech-page.global-tech-page :is(.buyer-path, .services, .capabilities, .specs, .applications, .projects, .faq, .content-gaps) > .section-head.section-head .eyebrow,
  body.global-tech-page.global-tech-page .projects > .project-section-head.section-head .eyebrow,
  body.global-tech-page.global-tech-page.library-page .library-section > .section-head.section-head .eyebrow {
    margin: 0 0 12px 0 !important;
    font-size: 12px !important;
    line-height: 1.2 !important;
  }

  body.global-tech-page.global-tech-page .services {
    min-height: 1330px !important;
  }

  body.global-tech-page.global-tech-page .projects {
    min-height: 1310px !important;
  }

  body.global-tech-page.global-tech-page .contact {
    min-height: 931px !important;
  }

  body.global-tech-page.global-tech-page .project-grid {
    min-height: 936px !important;
  }
}

/* v111b: keep buyer decision cards from shrinking on narrow desktop windows. */
@media (hover: hover) and (pointer: fine), (any-hover: hover) and (any-pointer: fine) {
  body.global-tech-page.global-tech-page .buyer-grid > article,
  body.global-tech-page.global-tech-page .buyer-grid > article:first-child,
  body.global-tech-page.global-tech-page .buyer-grid > article:last-child {
    min-height: 207px !important;
    height: 207px !important;
    padding: 30px 40px !important;
  }

  body.global-tech-page.global-tech-page .buyer-grid {
    height: 207px !important;
    min-height: 207px !important;
  }

  body.global-tech-page.global-tech-page .buyer-path {
    min-height: 498px !important;
    height: 498px !important;
  }
}

/* v112b: lock specs table and application cards so lower sections do not move on narrow desktop. */
@media (hover: hover) and (pointer: fine), (any-hover: hover) and (any-pointer: fine) {
  body.global-tech-page.global-tech-page .specs {
    min-height: 1105px !important;
    height: 1105px !important;
  }

  body.global-tech-page.global-tech-page .specs-layout {
    min-height: 812px !important;
    height: 812px !important;
  }

  body.global-tech-page.global-tech-page .specs-copy {
    min-height: 205px !important;
    height: 205px !important;
  }

  body.global-tech-page.global-tech-page .spec-table {
    min-height: 812px !important;
    height: 812px !important;
  }

  body.global-tech-page.global-tech-page .spec-table div {
    min-height: 112px !important;
    height: 112px !important;
    padding: 16px 20px !important;
  }

  body.global-tech-page.global-tech-page .applications {
    min-height: 727px !important;
    height: 727px !important;
  }

  body.global-tech-page.global-tech-page .applications .application-topic-grid {
    display: flex !important;
    flex-wrap: wrap !important;
    min-height: 379px !important;
    height: 379px !important;
    padding: 0 !important;
  }

  body.global-tech-page.global-tech-page .applications .application-topic-grid article,
  body.global-tech-page.global-tech-page .applications .application-topic-grid article:first-child {
    min-height: 379px !important;
    height: 379px !important;
  }

  body.global-tech-page.global-tech-page .applications .application-topic-grid article div {
    min-height: 199px !important;
    height: 199px !important;
    padding: 22px !important;
  }
}

/* v114: final desktop coordinate lock for header, hero controls, and footer. */
@media (hover: hover) and (pointer: fine), (any-hover: hover) and (any-pointer: fine) {
  body.global-tech-page.global-tech-page .site-header {
    position: sticky !important;
    top: 0 !important;
    display: block !important;
    height: 72px !important;
    min-height: 72px !important;
    padding: 0 !important;
  }

  body.global-tech-page.global-tech-page .site-header .brand {
    position: absolute !important;
    left: 64px !important;
    top: 14.5px !important;
    display: flex !important;
    width: 230px !important;
    min-width: 230px !important;
    height: 42px !important;
    margin: 0 !important;
  }

  body.global-tech-page.global-tech-page .site-nav {
    position: absolute !important;
    left: 1381.2px !important;
    top: 16.5px !important;
    display: flex !important;
    align-items: center !important;
    width: 314.4px !important;
    min-width: 314.4px !important;
    max-width: 314.4px !important;
    height: 38px !important;
    margin: 0 !important;
    gap: 14px !important;
    transform: none !important;
  }

  body.global-tech-page.global-tech-page .site-nav a {
    flex: 0 0 auto !important;
    font-size: 12.2px !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }

  body.global-tech-page.global-tech-page .site-nav .nav-cta {
    width: 84px !important;
    min-width: 84px !important;
    max-width: 84px !important;
    height: 38px !important;
    min-height: 38px !important;
    padding: 0 12px !important;
  }

  body.global-tech-page.global-tech-page .header-tools {
    position: absolute !important;
    left: 1731.6px !important;
    top: 11.5px !important;
    display: flex !important;
    align-items: center !important;
    width: 124.4px !important;
    min-width: 124.4px !important;
    max-width: 124.4px !important;
    height: 48px !important;
    margin: 0 !important;
    gap: 0 !important;
    transform: none !important;
  }

  body.global-tech-page.global-tech-page .language-switcher {
    width: 124.4px !important;
    min-width: 124.4px !important;
    max-width: 124.4px !important;
    height: 48px !important;
    min-height: 48px !important;
    padding: 0 14px !important;
    overflow: visible !important;
  }

  body.global-tech-page.global-tech-page .language-switcher span,
  body.global-tech-page.global-tech-page .language-switcher select {
    font-size: 11.2px !important;
    line-height: 1 !important;
  }

  body.global-tech-page.global-tech-page .nav-toggle {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
  }

  body.global-tech-page.global-tech-page .hero-actions {
    width: 860px !important;
    min-width: 860px !important;
    max-width: 860px !important;
    height: 46px !important;
    min-height: 46px !important;
    align-items: stretch !important;
  }

  body.global-tech-page.global-tech-page .site-footer {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    height: 68.6px !important;
    min-height: 68.6px !important;
    padding: 24px 72px !important;
    font-size: 13.76px !important;
    line-height: 1.5 !important;
  }
}

/* v115: hard-lock library pages so desktop subpages do not reflow on narrow browser windows. */
@media (hover: hover) and (pointer: fine), (any-hover: hover) and (any-pointer: fine) {
  body.global-tech-page.global-tech-page.library-page .library-card,
  body.global-tech-page.global-tech-page.library-page .document-card,
  body.global-tech-page.global-tech-page.library-page .application-detail-grid article,
  body.global-tech-page.global-tech-page.library-page .fit-grid article {
    transform: none !important;
    animation: none !important;
    opacity: 1 !important;
  }

  body.global-tech-page.global-tech-page.library-page .library-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 384px) !important;
    grid-auto-rows: 900px !important;
    gap: 16px !important;
    align-items: stretch !important;
  }

  body.global-tech-page.global-tech-page.library-page .library-card {
    width: 384px !important;
    min-width: 384px !important;
    max-width: 384px !important;
    height: 900px !important;
    min-height: 900px !important;
    grid-template-rows: 250px 650px !important;
  }

  body.global-tech-page.global-tech-page.library-page .library-card img {
    width: 382px !important;
    height: 250px !important;
    min-height: 250px !important;
    max-height: 250px !important;
    padding: 20px !important;
    object-fit: contain !important;
  }

  body.global-tech-page.global-tech-page.library-page .library-card div {
    height: 650px !important;
    min-height: 650px !important;
    padding: 20px 22px 24px !important;
    align-content: start !important;
  }

  body.global-tech-page.global-tech-page.library-page .document-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 280px) !important;
    grid-auto-rows: 553px !important;
    gap: 20px !important;
    align-items: stretch !important;
  }

  body.global-tech-page.global-tech-page.library-page .document-card {
    width: 280px !important;
    min-width: 280px !important;
    max-width: 280px !important;
    height: 553px !important;
    min-height: 553px !important;
    grid-template-rows: 360px 193px !important;
  }

  body.global-tech-page.global-tech-page.library-page .document-card img {
    width: 278px !important;
    height: 360px !important;
    min-height: 360px !important;
    max-height: 360px !important;
    padding: 12px !important;
    object-fit: contain !important;
  }

  body.global-tech-page.global-tech-page.library-page .document-card div {
    height: 193px !important;
    min-height: 193px !important;
    padding: 20px 22px 24px !important;
    align-content: start !important;
  }

  body.global-tech-page.global-tech-page.library-page .application-detail-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 581px) !important;
    grid-auto-rows: 340px !important;
    gap: 18px !important;
    min-height: 1056px !important;
    height: 1056px !important;
    align-items: stretch !important;
  }

  body.global-tech-page.global-tech-page.library-page .application-detail-grid article {
    width: 581px !important;
    min-width: 581px !important;
    max-width: 581px !important;
    height: 340px !important;
    min-height: 340px !important;
    grid-template-columns: 244px 337px !important;
    grid-template-rows: 340px !important;
  }

  body.global-tech-page.global-tech-page.library-page .application-detail-grid img {
    width: 244px !important;
    height: 340px !important;
    min-height: 340px !important;
    max-height: 340px !important;
    object-fit: cover !important;
  }

  body.global-tech-page.global-tech-page.library-page .application-detail-grid div {
    height: 340px !important;
    min-height: 340px !important;
    padding: 34px !important;
    align-content: center !important;
  }

  body.global-tech-page.global-tech-page.library-page .application-detail-grid h3 {
    font-size: 26px !important;
    line-height: 1.18 !important;
  }

  body.global-tech-page.global-tech-page.library-page .application-detail-grid p {
    font-size: 15px !important;
    line-height: 1.6 !important;
  }

  body.global-tech-page.global-tech-page.library-page .fit-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 284.5px) !important;
    grid-auto-rows: 170px !important;
    gap: 14px !important;
    min-height: 170px !important;
    height: 170px !important;
  }

  body.global-tech-page.global-tech-page.library-page .fit-grid article {
    height: 170px !important;
    min-height: 170px !important;
  }
}

/* v116: lock the project-library lead case and filter bar before the card grid. */
@media (hover: hover) and (pointer: fine), (any-hover: hover) and (any-pointer: fine) {
  body.global-tech-page.global-tech-page.case-library-page main > .library-section:nth-of-type(2) {
    height: 863.1px !important;
    min-height: 863.1px !important;
  }

  body.global-tech-page.global-tech-page.case-library-page .case-detail {
    height: 572px !important;
    min-height: 572px !important;
    grid-template-columns: 646px 500px !important;
    grid-template-rows: 570px !important;
    gap: 34px !important;
    transform: none !important;
    animation: none !important;
    opacity: 1 !important;
  }

  body.global-tech-page.global-tech-page.case-library-page .case-detail figure {
    height: 570px !important;
    min-height: 570px !important;
  }

  body.global-tech-page.global-tech-page.case-library-page .case-detail img {
    width: 646px !important;
    height: 570px !important;
    max-height: 570px !important;
    padding: 52px !important;
    object-fit: contain !important;
  }

  body.global-tech-page.global-tech-page.case-library-page .case-detail > div {
    height: 570px !important;
    min-height: 570px !important;
    padding: 44px !important;
    align-content: center !important;
  }

  body.global-tech-page.global-tech-page.case-library-page .case-filter-bar {
    display: flex !important;
    flex-wrap: nowrap !important;
    width: 1180px !important;
    min-width: 1180px !important;
    max-width: 1180px !important;
    height: 43.6px !important;
    min-height: 43.6px !important;
    gap: 10px !important;
    margin: -16px 0 28px !important;
    overflow: visible !important;
  }

  body.global-tech-page.global-tech-page.case-library-page .case-filter-bar button {
    flex: 0 0 auto !important;
    height: 43.6px !important;
    min-height: 43.6px !important;
    padding: 10px 14px !important;
    font-size: 14.4px !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }
}
}

/* v133: enlarge application cards while keeping original 16:9 images uncropped. */
@media (hover: hover) and (pointer: fine), (any-hover: hover) and (any-pointer: fine) {
  html.device-desktop body.global-tech-page.global-tech-page .applications {
    min-height: 800px !important;
    height: 800px !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page .applications .application-topic-grid {
    width: 1920px !important;
    min-width: 1920px !important;
    max-width: 1920px !important;
    min-height: 451.875px !important;
    height: 451.875px !important;
    gap: 20px !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page .applications .application-topic-grid article,
  html.device-desktop body.global-tech-page.global-tech-page .applications .application-topic-grid article:first-child {
    flex: 0 0 368px !important;
    width: 368px !important;
    min-width: 368px !important;
    max-width: 368px !important;
    min-height: 451.875px !important;
    height: 451.875px !important;
    grid-template-rows: 205.875px 246px !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page .applications .application-topic-grid img {
    width: 100% !important;
    inline-size: 100% !important;
    height: 205.875px !important;
    min-height: 205.875px !important;
    display: block !important;
    padding: 0 !important;
    object-fit: fill !important;
    object-position: center center !important;
    background: transparent !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page .applications .application-topic-grid article div {
    min-height: 246px !important;
    height: 246px !important;
    padding: 30px !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page .applications .application-topic-grid h3 {
    font-size: 20px !important;
    line-height: 1.28 !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page .applications .application-topic-grid p {
    font-size: 14.5px !important;
    line-height: 1.7 !important;
  }
}

/* v134: place process icons inside the translucent frames. */
@media (hover: hover) and (pointer: fine), (any-hover: hover) and (any-pointer: fine) {
  html.device-desktop body.global-tech-page.global-tech-page .process-flow li {
    position: relative !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page .process-flow li::before {
    width: 54px !important;
    height: 54px !important;
    margin-bottom: 18px !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page .process-icon {
    position: absolute !important;
    top: 10px !important;
    left: 10px !important;
    width: 34px !important;
    height: 34px !important;
    margin: 0 !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page .process-flow li::after {
    top: 27px !important;
  }
}

/* v135: visually center the process steps inside the dark band. */
@media (hover: hover) and (pointer: fine), (any-hover: hover) and (any-pointer: fine) {
  html.device-desktop body.global-tech-page.global-tech-page .process-flow li {
    transform: translateY(51px) !important;
  }
}

/* v136: center and enlarge the whole process band content group. */
@media (hover: hover) and (pointer: fine), (any-hover: hover) and (any-pointer: fine) {
  html.device-desktop body.global-tech-page.global-tech-page .process-ribbon {
    grid-template-columns: 400px 1330px !important;
    gap: 90px !important;
    padding-right: 50px !important;
    padding-left: 50px !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page .process-ribbon-copy {
    width: 400px !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page .process-ribbon h2 {
    font-size: 48px !important;
    line-height: 1.14 !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page .process-ribbon p {
    font-size: 16px !important;
    line-height: 1.55 !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page .process-ribbon .button.secondary {
    min-height: 54px !important;
    padding-right: 26px !important;
    padding-left: 26px !important;
    font-size: 15px !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page .process-flow {
    width: 1330px !important;
    max-width: 1330px !important;
    gap: 34px !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page .process-flow li::before {
    width: 64px !important;
    height: 64px !important;
    margin-bottom: 20px !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page .process-icon {
    top: 12px !important;
    left: 12px !important;
    width: 40px !important;
    height: 40px !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page .process-flow li::after {
    top: 32px !important;
    right: calc(-50% + 26px) !important;
    width: calc(100% - 52px) !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page .process-flow span {
    font-size: 16px !important;
    line-height: 1.18 !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page .process-flow h3 {
    font-size: 18.5px !important;
    line-height: 1.2 !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page .process-flow p {
    font-size: 13.2px !important;
    line-height: 1.4 !important;
  }
}

/* v138: center each process step within its column to remove the right-side visual void. */
@media (hover: hover) and (pointer: fine), (any-hover: hover) and (any-pointer: fine) {
  html.device-desktop body.global-tech-page.global-tech-page .process-flow li {
    justify-items: center !important;
    text-align: center !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page .process-icon {
    left: calc(50% - 20px) !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page .process-flow li::after {
    left: calc(50% + 32px) !important;
    right: auto !important;
    width: calc(100% + 34px - 64px) !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page .process-flow h3,
  html.device-desktop body.global-tech-page.global-tech-page .process-flow p {
    text-align: center !important;
  }
}

/* v139: shift the whole process content group to the right within the desktop canvas. */
@media (hover: hover) and (pointer: fine), (any-hover: hover) and (any-pointer: fine) {
  html.device-desktop body.global-tech-page.global-tech-page .process-ribbon {
    grid-template-columns: 400px 1280px !important;
    padding-left: 120px !important;
    padding-right: 30px !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page .process-flow {
    width: 1280px !important;
    max-width: 1280px !important;
  }
}

/* v140: widen the cases page desktop layout to use the full 1920 canvas. */
@media (hover: hover) and (pointer: fine), (any-hover: hover) and (any-pointer: fine) {
  html.device-desktop body.global-tech-page.global-tech-page.case-library-page .page-hero {
    width: 1920px !important;
    inline-size: 1920px !important;
    min-width: 1920px !important;
    max-width: 1920px !important;
    grid-template-columns: 1180px 540px !important;
    gap: 100px !important;
    padding: 104px 50px 72px !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page.case-library-page .page-hero h1 {
    max-width: 1180px !important;
    line-height: 1.16 !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page.case-library-page .page-hero p {
    max-width: 1000px !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page.case-library-page .page-hero-panel {
    width: 540px !important;
    min-width: 540px !important;
    max-width: 540px !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page.case-library-page .library-section {
    max-width: none !important;
    padding: 72px 50px 86px !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page.case-library-page .library-section > .section-head {
    width: 1820px !important;
    inline-size: 1820px !important;
    min-width: 1820px !important;
    max-width: 1820px !important;
    grid-template-columns: 1180px 560px !important;
    gap: 80px !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page.case-library-page .library-section > .section-head p:not(.eyebrow),
  html.device-desktop body.global-tech-page.global-tech-page.case-library-page .disclosure-note {
    max-width: 560px !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page.case-library-page .case-detail {
    width: 1820px !important;
    inline-size: 1820px !important;
    min-width: 1820px !important;
    max-width: 1820px !important;
    height: 620px !important;
    min-height: 620px !important;
    grid-template-columns: 1040px 740px !important;
    grid-template-rows: 620px !important;
    gap: 40px !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page.case-library-page .case-detail figure {
    height: 620px !important;
    min-height: 620px !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page.case-library-page .case-detail img {
    width: 1040px !important;
    height: 620px !important;
    max-height: 620px !important;
    padding: 58px !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page.case-library-page .case-detail > div {
    height: 620px !important;
    min-height: 620px !important;
    padding: 56px !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page.case-library-page .case-detail h3 {
    font-size: 48px !important;
    line-height: 1.18 !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page.case-library-page .case-filter-bar {
    width: 1820px !important;
    inline-size: 1820px !important;
    min-width: 1820px !important;
    max-width: 1820px !important;
    gap: 14px !important;
    margin: -16px 0 32px !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page.case-library-page .library-grid.project-library-grid {
    width: 1820px !important;
    inline-size: 1820px !important;
    min-width: 1820px !important;
    max-width: 1820px !important;
    grid-template-columns: repeat(4, 440px) !important;
    grid-auto-rows: 760px !important;
    gap: 20px !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page.case-library-page .project-library-grid .library-card {
    width: 440px !important;
    min-width: 440px !important;
    max-width: 440px !important;
    height: 760px !important;
    min-height: 760px !important;
    grid-template-rows: 300px 460px !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page.case-library-page .project-library-grid .library-card img {
    width: 438px !important;
    height: 300px !important;
    min-height: 300px !important;
    max-height: 300px !important;
    padding: 22px !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page.case-library-page .project-library-grid .library-card div {
    height: 460px !important;
    min-height: 460px !important;
    padding: 24px 26px 28px !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page.case-library-page .project-library-grid .library-card h3 {
    font-size: 22px !important;
    line-height: 1.24 !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page.case-library-page .project-library-grid .library-card p {
    font-size: 15px !important;
    line-height: 1.58 !important;
  }
}

/* v143: keep project-card material/result meta boxes compact. */
@media (hover: hover) and (pointer: fine), (any-hover: hover) and (any-pointer: fine) {
  html.device-desktop body.global-tech-page.global-tech-page.case-library-page .project-library-grid .library-card > div {
    height: 460px !important;
    min-height: 460px !important;
    align-content: start !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page.case-library-page .project-library-grid .library-card .case-meta {
    display: grid !important;
    grid-template-rows: repeat(2, 44px) !important;
    height: 89px !important;
    min-height: 89px !important;
    max-height: 89px !important;
    align-self: start !important;
    margin-top: 14px !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page.case-library-page .project-library-grid .library-card .case-meta div {
    display: grid !important;
    grid-template-columns: 92px 1fr !important;
    align-items: center !important;
    height: 44px !important;
    min-height: 44px !important;
    max-height: 44px !important;
    padding: 0 18px !important;
  }
}

/* v144: let the cases page use the full wide desktop canvas like the home page. */
@media (hover: hover) and (pointer: fine), (any-hover: hover) and (any-pointer: fine) {
  html.device-desktop body.global-tech-page.global-tech-page.case-library-page {
    --case-page-gutter: 50px;
    --case-content-width: calc(var(--desktop-bg-canvas) - 100px);
  }

  html.device-desktop body.global-tech-page.global-tech-page.case-library-page .page-hero {
    width: var(--desktop-bg-canvas) !important;
    inline-size: var(--desktop-bg-canvas) !important;
    min-width: var(--pc-layout-canvas) !important;
    max-width: none !important;
    grid-template-columns: minmax(1180px, 1fr) 540px !important;
    padding-right: var(--case-page-gutter) !important;
    padding-left: var(--case-page-gutter) !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page.case-library-page .library-section {
    width: var(--desktop-bg-canvas) !important;
    inline-size: var(--desktop-bg-canvas) !important;
    min-width: var(--pc-layout-canvas) !important;
    max-width: none !important;
    padding-right: var(--case-page-gutter) !important;
    padding-left: var(--case-page-gutter) !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page.case-library-page .library-section > .section-head,
  html.device-desktop body.global-tech-page.global-tech-page.case-library-page .case-detail,
  html.device-desktop body.global-tech-page.global-tech-page.case-library-page .case-filter-bar,
  html.device-desktop body.global-tech-page.global-tech-page.case-library-page .library-grid.project-library-grid {
    width: var(--case-content-width) !important;
    inline-size: var(--case-content-width) !important;
    min-width: 1820px !important;
    max-width: none !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page.case-library-page .library-section > .section-head {
    grid-template-columns: minmax(1180px, 1fr) 560px !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page.case-library-page .case-detail {
    grid-template-columns: minmax(1040px, 1fr) 740px !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page.case-library-page .case-detail img {
    width: 100% !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page.case-library-page .library-grid.project-library-grid {
    grid-template-columns: repeat(4, minmax(440px, 1fr)) !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page.case-library-page .project-library-grid .library-card {
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page.case-library-page .project-library-grid .library-card img {
    width: 100% !important;
  }
}

/* v145: apply the same wide desktop canvas treatment to the patents page. */
@media (hover: hover) and (pointer: fine), (any-hover: hover) and (any-pointer: fine) {
  html.device-desktop body.global-tech-page.global-tech-page.patent-library-page {
    --patent-page-gutter: 50px;
    --patent-content-width: calc(var(--desktop-bg-canvas) - 100px);
  }

  html.device-desktop body.global-tech-page.global-tech-page.patent-library-page .page-hero {
    width: var(--desktop-bg-canvas) !important;
    inline-size: var(--desktop-bg-canvas) !important;
    min-width: var(--pc-layout-canvas) !important;
    max-width: none !important;
    grid-template-columns: minmax(1180px, 1fr) 540px !important;
    gap: 100px !important;
    padding-right: var(--patent-page-gutter) !important;
    padding-left: var(--patent-page-gutter) !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page.patent-library-page .page-hero h1 {
    max-width: 1180px !important;
    line-height: 1.16 !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page.patent-library-page .page-hero p {
    max-width: 1000px !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page.patent-library-page .page-hero-panel {
    width: 540px !important;
    min-width: 540px !important;
    max-width: 540px !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page.patent-library-page .library-section {
    width: var(--desktop-bg-canvas) !important;
    inline-size: var(--desktop-bg-canvas) !important;
    min-width: var(--pc-layout-canvas) !important;
    max-width: none !important;
    padding-right: var(--patent-page-gutter) !important;
    padding-left: var(--patent-page-gutter) !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page.patent-library-page .library-section > .section-head,
  html.device-desktop body.global-tech-page.global-tech-page.patent-library-page .document-grid {
    width: var(--patent-content-width) !important;
    inline-size: var(--patent-content-width) !important;
    min-width: 1820px !important;
    max-width: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page.patent-library-page .library-section > .section-head {
    grid-template-columns: minmax(1180px, 1fr) 560px !important;
    gap: 80px !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page.patent-library-page .library-section > .section-head p:not(.eyebrow) {
    max-width: 560px !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page.patent-library-page .document-grid {
    grid-template-columns: repeat(4, minmax(440px, 1fr)) !important;
    gap: 20px !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page.patent-library-page .document-card {
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    height: 620px !important;
    min-height: 620px !important;
    grid-template-rows: 430px 190px !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page.patent-library-page .document-card img {
    width: 100% !important;
    height: 430px !important;
    min-height: 430px !important;
    max-height: 430px !important;
    padding: 20px !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page.patent-library-page .document-card div {
    height: 190px !important;
    min-height: 190px !important;
    padding: 24px 26px 28px !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page.patent-library-page .document-card h3 {
    font-size: 21px !important;
    line-height: 1.24 !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page.patent-library-page .document-card p {
    font-size: 14.5px !important;
    line-height: 1.5 !important;
  }
}

/* v146: group case-page section headings instead of splitting the title across the full canvas. */
@media (hover: hover) and (pointer: fine), (any-hover: hover) and (any-pointer: fine) {
  html.device-desktop body.global-tech-page.global-tech-page.case-library-page .library-section > .section-head {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    align-content: center !important;
    align-items: center !important;
    justify-items: start !important;
    min-height: 170px !important;
    gap: 10px !important;
    padding: 0 0 26px 28px !important;
    margin: 0 0 34px 0 !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page.case-library-page .library-section > .section-head::before {
    top: 50% !important;
    height: 96px !important;
    transform: translateY(-50%) !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page.case-library-page .library-section > .section-head .eyebrow,
  html.device-desktop body.global-tech-page.global-tech-page.case-library-page .library-section > .section-head h2,
  html.device-desktop body.global-tech-page.global-tech-page.case-library-page .library-section > .section-head p:not(.eyebrow) {
    grid-column: 1 !important;
    justify-self: start !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page.case-library-page .library-section > .section-head .eyebrow {
    margin: 0 0 8px 0 !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page.case-library-page .library-section > .section-head h2 {
    max-width: 960px !important;
    margin: 0 !important;
    font-size: 54px !important;
    line-height: 1.1 !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page.case-library-page .library-section > .section-head h2::after {
    margin-top: 22px !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page.case-library-page .library-section > .section-head p:not(.eyebrow) {
    max-width: 980px !important;
    margin: 10px 0 0 0 !important;
    font-size: 15px !important;
    line-height: 1.6 !important;
  }
}

/* v147: group patent-page section headings the same way as the case page. */
@media (hover: hover) and (pointer: fine), (any-hover: hover) and (any-pointer: fine) {
  html.device-desktop body.global-tech-page.global-tech-page.patent-library-page .library-section > .section-head {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    align-content: center !important;
    align-items: center !important;
    justify-items: start !important;
    min-height: 170px !important;
    gap: 10px !important;
    padding: 0 0 26px 28px !important;
    margin: 0 0 34px 0 !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page.patent-library-page .library-section > .section-head::before {
    top: 50% !important;
    height: 96px !important;
    transform: translateY(-50%) !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page.patent-library-page .library-section > .section-head .eyebrow,
  html.device-desktop body.global-tech-page.global-tech-page.patent-library-page .library-section > .section-head h2,
  html.device-desktop body.global-tech-page.global-tech-page.patent-library-page .library-section > .section-head p:not(.eyebrow) {
    grid-column: 1 !important;
    justify-self: start !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page.patent-library-page .library-section > .section-head .eyebrow {
    margin: 0 0 8px 0 !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page.patent-library-page .library-section > .section-head h2 {
    max-width: 960px !important;
    margin: 0 !important;
    font-size: 54px !important;
    line-height: 1.1 !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page.patent-library-page .library-section > .section-head h2::after {
    margin-top: 22px !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page.patent-library-page .library-section > .section-head p:not(.eyebrow) {
    max-width: 980px !important;
    margin: 10px 0 0 0 !important;
    font-size: 15px !important;
    line-height: 1.6 !important;
  }
}

/* v149: make the service 06 factory photo sit flush with the card instead of looking pasted on. */
@media (hover: hover) and (pointer: fine), (any-hover: hover) and (any-pointer: fine) {
  html.device-desktop body.global-tech-page.global-tech-page .service-grid-six .service-card-full-photo {
    padding: 0 !important;
    overflow: hidden !important;
    background: linear-gradient(180deg, #ffffff, #fbfdff) !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page .service-grid-six .service-card-full-photo img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 9 !important;
    padding: 0 !important;
    object-fit: cover !important;
    object-position: center center !important;
    background: transparent !important;
    border-radius: 0 !important;
    border-bottom: 1px solid var(--story-line) !important;
  }
}

/* v159: enlarge and center the three suitability-review side labels. */
@media (hover: hover) and (pointer: fine), (any-hover: hover) and (any-pointer: fine) {
  html.device-desktop body.global-tech-page.global-tech-page .tech-summary-panel article {
    grid-template-columns: 84px minmax(0, 1fr) !important;
    align-items: center !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page .tech-summary-panel span {
    grid-row: 1 / 3 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    justify-self: stretch !important;
    align-self: stretch !important;
    width: 72px !important;
    height: auto !important;
    min-height: 76px !important;
    margin: 0 auto !important;
    font-size: 16px !important;
    line-height: 1.1 !important;
    letter-spacing: 0 !important;
    text-align: center !important;
    text-transform: none !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page .tech-summary-panel strong,
  html.device-desktop body.global-tech-page.global-tech-page .tech-summary-panel p {
    grid-column: 2 !important;
  }
}

/* v164: place the supplied showcase image full-bleed in the first public-project mini card. */
body.global-tech-page.global-tech-page .project-mini-grid .project-card:nth-child(1) figure {
  padding: 0 !important;
  background: transparent !important;
}

body.global-tech-page.global-tech-page .project-mini-grid .project-card:nth-child(1) figure::after {
  display: none !important;
}

body.global-tech-page.global-tech-page .project-mini-grid .project-card:nth-child(1) img {
  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  filter: none !important;
  transform: none !important;
}

.motion-safe body.global-tech-page.global-tech-page .project-mini-grid .project-card:nth-child(1):hover img {
  transform: none !important;
}

/* v166: place the supplied wavy-pipe showcase image in the second public-project mini card. */
body.global-tech-page.global-tech-page .project-mini-grid .project-card:nth-child(2) figure {
  padding: 0 !important;
  background: transparent !important;
}

body.global-tech-page.global-tech-page .project-mini-grid .project-card:nth-child(2) figure::after {
  display: none !important;
}

body.global-tech-page.global-tech-page .project-mini-grid .project-card:nth-child(2) img {
  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  filter: none !important;
  transform: none !important;
}

.motion-safe body.global-tech-page.global-tech-page .project-mini-grid .project-card:nth-child(2):hover img {
  transform: none !important;
}

/* v167: use the supplied lead project image as the full image inside the large public-project frame. */
body.global-tech-page.global-tech-page:not(.library-page) .projects .project-feature figure {
  padding: 0 !important;
  background: transparent !important;
}

body.global-tech-page.global-tech-page:not(.library-page) .projects .project-feature img {
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: center center !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  transform: none !important;
}

.motion-safe body.global-tech-page.global-tech-page:not(.library-page) .projects .project-feature:hover img {
  transform: none !important;
}

/* v168: place the supplied horizontal pipe image in the third public-project mini card. */
body.global-tech-page.global-tech-page .project-mini-grid .project-card:nth-child(3) figure {
  padding: 0 !important;
  background: transparent !important;
}

body.global-tech-page.global-tech-page .project-mini-grid .project-card:nth-child(3) figure::after {
  display: none !important;
}

body.global-tech-page.global-tech-page .project-mini-grid .project-card:nth-child(3) img {
  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  filter: none !important;
  transform: none !important;
}

.motion-safe body.global-tech-page.global-tech-page .project-mini-grid .project-card:nth-child(3):hover img {
  transform: none !important;
}

/* v170: make synced project images fill their frames on the case library page. */
body.global-tech-page.global-tech-page.case-library-page .case-detail figure {
  padding: 0 !important;
  overflow: hidden !important;
}

body.global-tech-page.global-tech-page.case-library-page .case-detail img[src*="assets/processed/projects/"],
body.global-tech-page.global-tech-page.case-library-page .project-library-grid .library-card img[src*="assets/processed/projects/"] {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  min-height: 100% !important;
  max-height: none !important;
  padding: 0 !important;
  object-fit: cover !important;
  object-position: center center !important;
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

html.device-desktop body.global-tech-page.global-tech-page.case-library-page .case-detail img,
body.global-tech-page.global-tech-page.case-library-page .case-detail img,
html.device-desktop body.global-tech-page.global-tech-page.case-library-page .project-library-grid .library-card:nth-child(1) img,
html.device-desktop body.global-tech-page.global-tech-page.case-library-page .project-library-grid .library-card:nth-child(2) img,
html.device-desktop body.global-tech-page.global-tech-page.case-library-page .project-library-grid .library-card:nth-child(5) img,
body.global-tech-page.global-tech-page.case-library-page .project-library-grid .library-card:nth-child(1) img,
body.global-tech-page.global-tech-page.case-library-page .project-library-grid .library-card:nth-child(2) img,
body.global-tech-page.global-tech-page.case-library-page .project-library-grid .library-card:nth-child(5) img {
  padding: 0 !important;
  object-fit: cover !important;
  object-position: center center !important;
}

/* v174: show the featured case image in full; the supplied image already matches this asset. */
body.global-tech-page.global-tech-page.case-library-page .case-detail img[src*="project-exhaust-cylinder-showcase-v1.png"] {
  object-fit: contain !important;
  background: #f4f9ff !important;
}

html.device-desktop body.global-tech-page.global-tech-page.case-library-page .case-detail img[src*="project-exhaust-cylinder-showcase-v1.png"] {
  object-fit: contain !important;
  background: #f4f9ff !important;
}

/* v180: keep the first public sample frame locked to the source image ratio at any desktop width. */
body.global-tech-page.global-tech-page.case-library-page .project-library-grid .library-card:nth-child(1),
html.device-desktop body.global-tech-page.global-tech-page.case-library-page .project-library-grid .library-card:nth-child(1) {
  grid-template-rows: auto 1fr !important;
}

body.global-tech-page.global-tech-page.case-library-page .project-library-grid .library-card:nth-child(1) img[src*="project-automotive-structure-showcase-v1.png"],
html.device-desktop body.global-tech-page.global-tech-page.case-library-page .project-library-grid .library-card:nth-child(1) img[src*="project-automotive-structure-showcase-v1.png"] {
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  aspect-ratio: 1672 / 941 !important;
  object-fit: contain !important;
  object-position: center center !important;
  background: #f4f9ff !important;
}

/* v182: lower the first public sample copy block a little more after review. */
body.global-tech-page.global-tech-page.case-library-page .project-library-grid .library-card:nth-child(1) > div,
html.device-desktop body.global-tech-page.global-tech-page.case-library-page .project-library-grid .library-card:nth-child(1) > div {
  padding-top: 64px !important;
}

/* v184: match remaining desktop public sample cards to the first card without touching card 01. */
html.device-desktop body.global-tech-page.global-tech-page.case-library-page .library-grid.project-library-grid .library-card:nth-child(n+2) {
  grid-template-rows: auto 1fr !important;
}

html.device-desktop body.global-tech-page.global-tech-page.case-library-page .library-grid.project-library-grid .library-card:nth-child(n+2) img {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: 247px !important;
  min-height: 0 !important;
  max-height: none !important;
  padding: 0 !important;
  object-fit: contain !important;
  object-position: center center !important;
  background: #f4f9ff !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

html.device-desktop body.global-tech-page.global-tech-page.case-library-page .library-grid.project-library-grid .library-card:nth-child(2) img,
html.device-desktop body.global-tech-page.global-tech-page.case-library-page .library-grid.project-library-grid .library-card:nth-child(5) img {
  height: 247px !important;
  min-height: 0 !important;
  object-fit: contain !important;
  background: #f4f9ff !important;
}

html.device-desktop body.global-tech-page.global-tech-page.case-library-page .library-grid.project-library-grid .library-card:nth-child(n+2) > div {
  padding-top: 64px !important;
}

/* v185: make card 02 use the same natural 1672:941 image frame as card 01. */
html.device-desktop body.global-tech-page.global-tech-page.case-library-page .library-grid.project-library-grid .library-card:nth-child(2) img[src*="project-wavy-pipe-showcase-v1.png"] {
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  aspect-ratio: 1672 / 941 !important;
  object-fit: contain !important;
  object-position: center center !important;
  background: #f4f9ff !important;
}

/* v186: place the supplied showcase image in public sample card 03. */
html.device-desktop body.global-tech-page.global-tech-page.case-library-page .library-grid.project-library-grid .library-card:nth-child(3) img[src*="project-special-hollow-cylinder-showcase-v1.png"] {
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  aspect-ratio: 1672 / 941 !important;
  object-fit: contain !important;
  object-position: center center !important;
  background: #f4f9ff !important;
}

/* v187: place the supplied showcase image in public sample card 04. */
html.device-desktop body.global-tech-page.global-tech-page.case-library-page .library-grid.project-library-grid .library-card:nth-child(4) img[src*="project-formed-tube-showcase-v1.png"] {
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  aspect-ratio: 1672 / 941 !important;
  object-fit: contain !important;
  object-position: center center !important;
  background: #f4f9ff !important;
}

/* v188: make card 05 use the same natural 1672:941 image frame as the first four cards. */
html.device-desktop body.global-tech-page.global-tech-page.case-library-page .library-grid.project-library-grid .library-card:nth-child(5) img[src*="project-horizontal-wavy-pipe-showcase-v1.png"] {
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  aspect-ratio: 1672 / 941 !important;
  object-fit: contain !important;
  object-position: center center !important;
  background: #f4f9ff !important;
}

/* v189: place the supplied showcase image in public sample card 06. */
html.device-desktop body.global-tech-page.global-tech-page.case-library-page .library-grid.project-library-grid .library-card:nth-child(6) img[src*="project-integrated-formed-part-showcase-v1.png"] {
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  aspect-ratio: 1672 / 941 !important;
  object-fit: contain !important;
  object-position: center center !important;
  background: #f4f9ff !important;
}

/* v192: place the updated supplied showcase image in public sample card 07. */
html.device-desktop body.global-tech-page.global-tech-page.case-library-page .library-grid.project-library-grid .library-card:nth-child(7) img[src*="project-lightweight-structure-showcase-v2.png"] {
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  aspect-ratio: 1672 / 941 !important;
  object-fit: contain !important;
  object-position: center center !important;
  background: #f4f9ff !important;
}

/* v193: place the supplied showcase image in public sample card 08. */
html.device-desktop body.global-tech-page.global-tech-page.case-library-page .library-grid.project-library-grid .library-card:nth-child(8) img[src*="project-special-shaped-component-showcase-v1.png"] {
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  aspect-ratio: 1672 / 941 !important;
  object-fit: contain !important;
  object-position: center center !important;
  background: #f4f9ff !important;
}

/* v194: place the supplied showcase image in public sample card 09. */
html.device-desktop body.global-tech-page.global-tech-page.case-library-page .library-grid.project-library-grid .library-card:nth-child(9) img[src*="project-closed-section-component-showcase-v1.png"] {
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  aspect-ratio: 1672 / 941 !important;
  object-fit: contain !important;
  object-position: center center !important;
  background: #f4f9ff !important;
}

/* v195: place the supplied showcase image in public sample card 10. */
html.device-desktop body.global-tech-page.global-tech-page.case-library-page .library-grid.project-library-grid .library-card:nth-child(10) img[src*="project-formed-metal-sample-showcase-v1.png"] {
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  aspect-ratio: 1672 / 941 !important;
  object-fit: contain !important;
  object-position: center center !important;
  background: #f4f9ff !important;
}

/* v196: place the supplied showcase image in public sample card 11. */
html.device-desktop body.global-tech-page.global-tech-page.case-library-page .library-grid.project-library-grid .library-card:nth-child(11) img[src*="project-tube-forming-sample-showcase-v1.png"] {
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  aspect-ratio: 1672 / 941 !important;
  object-fit: contain !important;
  object-position: center center !important;
  background: #f4f9ff !important;
}

/* v197: place the supplied showcase image in public sample card 12. */
html.device-desktop body.global-tech-page.global-tech-page.case-library-page .library-grid.project-library-grid .library-card:nth-child(12) img[src*="project-automotive-related-part-showcase-v1.png"] {
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  aspect-ratio: 1672 / 941 !important;
  object-fit: contain !important;
  object-position: center center !important;
  background: #f4f9ff !important;
}

/* v191: place the supplied showcase image in public sample card 13. */
html.device-desktop body.global-tech-page.global-tech-page.case-library-page .library-grid.project-library-grid .library-card:nth-child(13) img[src*="project-complex-hollow-component-showcase-v1.png"] {
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  aspect-ratio: 1672 / 941 !important;
  object-fit: contain !important;
  object-position: center center !important;
  background: #f4f9ff !important;
}

/* v198: place the supplied showcase image in public sample card 14. */
html.device-desktop body.global-tech-page.global-tech-page.case-library-page .library-grid.project-library-grid .library-card:nth-child(14) img[src*="project-custom-production-sample-showcase-v1.png"] {
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  aspect-ratio: 1672 / 941 !important;
  object-fit: contain !important;
  object-position: center center !important;
  background: #f4f9ff !important;
}

/* v199: place the supplied showcase image in public sample card 15. */
html.device-desktop body.global-tech-page.global-tech-page.case-library-page .library-grid.project-library-grid .library-card:nth-child(15) img[src*="project-structural-metal-part-showcase-v1.png"] {
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  aspect-ratio: 1672 / 941 !important;
  object-fit: contain !important;
  object-position: center center !important;
  background: #f4f9ff !important;
}

/* v200: place the supplied showcase image in public sample card 16. */
html.device-desktop body.global-tech-page.global-tech-page.case-library-page .library-grid.project-library-grid .library-card:nth-child(16) img[src*="project-special-pipe-form-showcase-v1.png"] {
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  aspect-ratio: 1672 / 941 !important;
  object-fit: contain !important;
  object-position: center center !important;
  background: #f4f9ff !important;
}

/* v201: place the supplied showcase image in public sample card 17. */
html.device-desktop body.global-tech-page.global-tech-page.case-library-page .library-grid.project-library-grid .library-card:nth-child(17) img[src*="project-hydroforming-process-sample-showcase-v1.png"] {
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  aspect-ratio: 1672 / 941 !important;
  object-fit: contain !important;
  object-position: center center !important;
  background: #f4f9ff !important;
}

/* v202: center language switcher text in the compact header control. */
body.global-tech-page.global-tech-page .language-switcher {
  justify-content: center !important;
}

body.global-tech-page.global-tech-page .language-switcher select {
  text-align: center !important;
  text-align-last: center !important;
}

body.global-tech-page.global-tech-page .language-switcher option {
  text-align: center !important;
}

/* v203: replace the native language popup with a centered custom menu. */
body.global-tech-page.global-tech-page .language-switcher.language-switcher-custom {
  position: relative !important;
  overflow: visible !important;
}

body.global-tech-page.global-tech-page .language-switcher.language-switcher-custom select[data-language-select] {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

body.global-tech-page.global-tech-page .language-menu-toggle {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 42px !important;
  height: 100% !important;
  padding: 0 !important;
  color: inherit !important;
  font: inherit !important;
  line-height: 1 !important;
  text-align: center !important;
  background: transparent !important;
  border: 0 !important;
  cursor: pointer !important;
}

body.global-tech-page.global-tech-page .language-menu-toggle::after {
  content: "" !important;
  width: 6px !important;
  height: 6px !important;
  margin-left: 8px !important;
  border-right: 1.5px solid currentColor !important;
  border-bottom: 1.5px solid currentColor !important;
  transform: translateY(-2px) rotate(45deg) !important;
}

body.global-tech-page.global-tech-page .language-menu {
  position: absolute !important;
  top: calc(100% + 8px) !important;
  right: 0 !important;
  z-index: 80 !important;
  display: none !important;
  min-width: 92px !important;
  padding: 6px !important;
  background: #fff !important;
  border: 1px solid var(--line) !important;
  border-radius: 10px !important;
  box-shadow: 0 16px 34px rgba(15, 45, 80, 0.18) !important;
}

body.global-tech-page.global-tech-page .language-switcher.is-language-open .language-menu {
  display: grid !important;
  gap: 2px !important;
}

body.global-tech-page.global-tech-page .language-menu-option {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 30px !important;
  padding: 0 10px !important;
  color: var(--ink) !important;
  font: inherit !important;
  line-height: 1 !important;
  text-align: center !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 7px !important;
  cursor: pointer !important;
}

body.global-tech-page.global-tech-page .language-menu-option:hover,
body.global-tech-page.global-tech-page .language-menu-option.is-selected {
  color: var(--blue) !important;
  background: #eaf5ff !important;
}

/* v204: make case-library card text two steps larger for readability. */
body.global-tech-page.global-tech-page.case-library-page .project-library-grid .library-card > div > span {
  font-size: 13px !important;
  line-height: 1.35 !important;
}

body.global-tech-page.global-tech-page.case-library-page .project-library-grid .library-card h3 {
  font-size: 25px !important;
  line-height: 1.25 !important;
}

body.global-tech-page.global-tech-page.case-library-page .project-library-grid .library-card p {
  font-size: 16px !important;
  line-height: 1.65 !important;
}

body.global-tech-page.global-tech-page.case-library-page .project-library-grid .library-card .case-tags li {
  font-size: 13px !important;
  line-height: 1.2 !important;
}

body.global-tech-page.global-tech-page.case-library-page .project-library-grid .library-card .case-meta dt,
body.global-tech-page.global-tech-page.case-library-page .project-library-grid .library-card .case-meta dd {
  font-size: 14px !important;
  line-height: 1.35 !important;
}

/* v205: make desktop header text three pixels larger. */
@media (hover: hover) and (pointer: fine), (any-hover: hover) and (any-pointer: fine) {
  body.global-tech-page.global-tech-page .site-header .brand strong {
    font-size: 18.7px !important;
    line-height: 1.1 !important;
  }

  body.global-tech-page.global-tech-page .site-header .brand small {
    font-size: 14.5px !important;
    line-height: 1.15 !important;
  }

  body.global-tech-page.global-tech-page .site-header .site-nav {
    left: 1350px !important;
    width: 346px !important;
    min-width: 346px !important;
    max-width: 346px !important;
  }

  body.global-tech-page.global-tech-page .site-header .site-nav a {
    font-size: 15.2px !important;
    line-height: 1.1 !important;
  }

  body.global-tech-page.global-tech-page .site-header .site-nav .nav-cta {
    width: 96px !important;
    min-width: 96px !important;
    max-width: 96px !important;
    font-size: 15.2px !important;
  }

  body.global-tech-page.global-tech-page .site-header .language-switcher,
  body.global-tech-page.global-tech-page .site-header .language-switcher span,
  body.global-tech-page.global-tech-page .site-header .language-switcher select,
  body.global-tech-page.global-tech-page .site-header .language-menu-toggle,
  body.global-tech-page.global-tech-page .site-header .language-menu-option {
    font-size: 14.2px !important;
    line-height: 1.15 !important;
  }
}

/* v206: give the enlarged desktop header text proper breathing room. */
@media (hover: hover) and (pointer: fine), (any-hover: hover) and (any-pointer: fine) {
  body.global-tech-page.global-tech-page .site-header .site-nav {
    left: 1284px !important;
    width: 426px !important;
    min-width: 426px !important;
    max-width: 426px !important;
    gap: 18px !important;
  }

  body.global-tech-page.global-tech-page .site-header .site-nav .nav-cta {
    width: 112px !important;
    min-width: 112px !important;
    max-width: 112px !important;
    padding: 0 14px !important;
  }

  body.global-tech-page.global-tech-page .site-header .header-tools {
    left: 1740px !important;
    width: 140px !important;
    min-width: 140px !important;
    max-width: 140px !important;
  }

  body.global-tech-page.global-tech-page .site-header .language-switcher {
    width: 140px !important;
    min-width: 140px !important;
    max-width: 140px !important;
    padding: 0 16px !important;
  }

  body.global-tech-page.global-tech-page .site-header .language-menu {
    min-width: 112px !important;
  }
}

/* v207: mobile-only fix for the technical-scope cards. */
@media (max-width: 760px) {
  html.device-mobile body.global-tech-page.global-tech-page .capability-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 20px !important;
    margin-top: 22px !important;
  }

  html.device-mobile body.global-tech-page.global-tech-page .capability-grid div {
    display: grid !important;
    grid-template-columns: 62px minmax(0, 1fr) !important;
    column-gap: 18px !important;
    row-gap: 8px !important;
    align-items: start !important;
    min-height: 0 !important;
    padding: 22px 20px 24px !important;
    overflow: visible !important;
  }

  html.device-mobile body.global-tech-page.global-tech-page .capability-grid div::before {
    position: static !important;
    grid-column: 1 !important;
    grid-row: 1 / span 2 !important;
    align-self: start !important;
    width: 54px !important;
    height: 54px !important;
    margin: 1px 0 0 !important;
    box-sizing: border-box !important;
    font-size: 20px !important;
    line-height: 1 !important;
  }

  html.device-mobile body.global-tech-page.global-tech-page .capability-grid h3 {
    grid-column: 2 !important;
    min-width: 0 !important;
    margin: 0 !important;
    font-size: 24px !important;
    line-height: 1.25 !important;
  }

  html.device-mobile body.global-tech-page.global-tech-page .capability-grid p {
    grid-column: 2 !important;
    max-width: none !important;
    margin: 0 !important;
    color: var(--story-muted) !important;
    font-size: 18px !important;
    line-height: 1.6 !important;
  }

  html.device-mobile body.global-tech-page.global-tech-page .capability-grid p a {
    display: inline-block !important;
    margin-top: 4px !important;
    font-size: 18px !important;
    line-height: 1.5 !important;
  }
}

@media (max-width: 380px) {
  html.device-mobile body.global-tech-page.global-tech-page .capability-grid div {
    grid-template-columns: 56px minmax(0, 1fr) !important;
    column-gap: 14px !important;
    padding-right: 16px !important;
    padding-left: 16px !important;
  }

  html.device-mobile body.global-tech-page.global-tech-page .capability-grid div::before {
    width: 50px !important;
    height: 50px !important;
    font-size: 18px !important;
  }

  html.device-mobile body.global-tech-page.global-tech-page .capability-grid h3 {
    font-size: 22px !important;
  }

  html.device-mobile body.global-tech-page.global-tech-page .capability-grid p,
  html.device-mobile body.global-tech-page.global-tech-page .capability-grid p a {
    font-size: 17px !important;
  }
}

/* v208: mobile-only cleanup for the hero proof cards shown under the first screen copy. */
@media (max-width: 760px) {
  html.device-mobile body.global-tech-page.global-tech-page .hero-proof {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    width: 100% !important;
    inline-size: 100% !important;
    min-width: 0 !important;
    min-inline-size: 0 !important;
    max-width: 100% !important;
    max-inline-size: 100% !important;
    gap: 14px !important;
    margin-top: 28px !important;
  }

  html.device-mobile body.global-tech-page.global-tech-page .hero-proof span {
    display: grid !important;
    grid-template-columns: 58px minmax(0, 1fr) !important;
    grid-template-areas:
      "icon title"
      "icon copy" !important;
    column-gap: 16px !important;
    row-gap: 4px !important;
    align-items: center !important;
    min-height: 112px !important;
    padding: 20px 18px !important;
    overflow: hidden !important;
  }

  html.device-mobile body.global-tech-page.global-tech-page .hero-proof svg {
    grid-area: icon !important;
    justify-self: center !important;
    width: 34px !important;
    height: 34px !important;
  }

  html.device-mobile body.global-tech-page.global-tech-page .hero-proof strong {
    grid-area: title !important;
    display: block !important;
    min-width: 0 !important;
    margin: 0 !important;
    font-size: 23px !important;
    line-height: 1.25 !important;
    overflow-wrap: break-word !important;
  }

  html.device-mobile body.global-tech-page.global-tech-page .hero-proof small {
    grid-area: copy !important;
    display: block !important;
    min-width: 0 !important;
    margin: 0 !important;
    font-size: 17px !important;
    line-height: 1.45 !important;
    overflow-wrap: break-word !important;
  }
}

@media (max-width: 380px) {
  html.device-mobile body.global-tech-page.global-tech-page .hero-proof span {
    grid-template-columns: 50px minmax(0, 1fr) !important;
    column-gap: 12px !important;
    min-height: 104px !important;
    padding: 18px 14px !important;
  }

  html.device-mobile body.global-tech-page.global-tech-page .hero-proof svg {
    width: 30px !important;
    height: 30px !important;
  }

  html.device-mobile body.global-tech-page.global-tech-page .hero-proof strong {
    font-size: 21px !important;
  }

  html.device-mobile body.global-tech-page.global-tech-page .hero-proof small {
    font-size: 16px !important;
  }
}

/* v209: mobile-only case-library cards match card 01 and keep images out of the copy area. */
@media (max-width: 760px) {
  html.device-mobile body.global-tech-page.global-tech-page.case-library-page .library-section.section-band {
    padding-right: 18px !important;
    padding-left: 18px !important;
  }

  html.device-mobile body.global-tech-page.global-tech-page.case-library-page .case-filter-bar {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto 28px !important;
  }

  html.device-mobile body.global-tech-page.global-tech-page.case-library-page .case-filter-bar button {
    justify-content: center !important;
    width: 100% !important;
    min-height: 54px !important;
    font-size: 20px !important;
  }

  html.device-mobile body.global-tech-page.global-tech-page.case-library-page .library-grid.project-library-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    width: 100% !important;
    max-width: 100% !important;
    gap: 28px !important;
    overflow: visible !important;
  }

  html.device-mobile body.global-tech-page.global-tech-page.case-library-page .project-library-grid .library-card {
    display: grid !important;
    grid-template-rows: auto 1fr !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    overflow: hidden !important;
    background: #fff !important;
    border-radius: 8px !important;
  }

  html.device-mobile body.global-tech-page.global-tech-page.case-library-page .project-library-grid .library-card img[src*="assets/processed/projects/"] {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    padding: 0 !important;
    aspect-ratio: auto !important;
    object-fit: contain !important;
    object-position: center center !important;
    background: #f4f9ff !important;
    border-bottom: 1px solid rgba(21, 85, 133, 0.18) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    transform: none !important;
  }

  html.device-mobile body.global-tech-page.global-tech-page.case-library-page .project-library-grid .library-card > div {
    position: relative !important;
    z-index: 1 !important;
    display: grid !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 64px 28px 34px !important;
    background: #fff !important;
    transform: none !important;
  }

  html.device-mobile body.global-tech-page.global-tech-page.case-library-page .project-library-grid .library-card > div > span {
    font-size: 17px !important;
    line-height: 1.35 !important;
  }

  html.device-mobile body.global-tech-page.global-tech-page.case-library-page .project-library-grid .library-card h3 {
    font-size: 32px !important;
    line-height: 1.18 !important;
  }

  html.device-mobile body.global-tech-page.global-tech-page.case-library-page .project-library-grid .library-card p {
    font-size: 22px !important;
    line-height: 1.55 !important;
  }

  html.device-mobile body.global-tech-page.global-tech-page.case-library-page .project-library-grid .library-card .case-tags {
    gap: 12px !important;
  }

  html.device-mobile body.global-tech-page.global-tech-page.case-library-page .project-library-grid .library-card .case-tags li {
    padding: 8px 12px !important;
    font-size: 18px !important;
    line-height: 1.2 !important;
  }

  html.device-mobile body.global-tech-page.global-tech-page.case-library-page .project-library-grid .library-card .case-meta {
    margin-top: 20px !important;
  }

  html.device-mobile body.global-tech-page.global-tech-page.case-library-page .project-library-grid .library-card .case-meta dt,
  html.device-mobile body.global-tech-page.global-tech-page.case-library-page .project-library-grid .library-card .case-meta dd {
    font-size: 20px !important;
    line-height: 1.45 !important;
  }
}

@media (max-width: 380px) {
  html.device-mobile body.global-tech-page.global-tech-page.case-library-page .project-library-grid .library-card > div {
    padding: 56px 22px 30px !important;
  }

  html.device-mobile body.global-tech-page.global-tech-page.case-library-page .project-library-grid .library-card h3 {
    font-size: 29px !important;
  }

  html.device-mobile body.global-tech-page.global-tech-page.case-library-page .project-library-grid .library-card p {
    font-size: 20px !important;
  }
}

/* v210: stabilize desktop header across languages and keep mobile untouched. */
@media (hover: hover) and (pointer: fine), (any-hover: hover) and (any-pointer: fine) {
  html.device-desktop body.global-tech-page.global-tech-page .site-header {
    position: sticky !important;
    top: 0 !important;
    display: flex !important;
    align-items: center !important;
    width: var(--desktop-bg-canvas) !important;
    min-width: var(--pc-layout-canvas) !important;
    height: 72px !important;
    min-height: 72px !important;
    padding: 0 54px !important;
    gap: 22px !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page .site-header .brand {
    position: static !important;
    flex: 0 0 250px !important;
    width: 250px !important;
    min-width: 250px !important;
    height: 42px !important;
    margin: 0 !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page .site-header .site-nav {
    position: static !important;
    left: auto !important;
    top: auto !important;
    display: flex !important;
    flex: 1 1 auto !important;
    align-items: center !important;
    justify-content: flex-end !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    height: 38px !important;
    margin: 0 0 0 auto !important;
    gap: 18px !important;
    overflow: visible !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page .site-header .site-nav a {
    flex: 0 0 auto !important;
    white-space: nowrap !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page .site-header .site-nav .nav-cta {
    display: inline-flex !important;
    flex: 0 0 auto !important;
    width: auto !important;
    min-width: 112px !important;
    max-width: none !important;
    padding: 0 16px !important;
    justify-content: center !important;
    white-space: nowrap !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page .site-header .header-tools {
    position: static !important;
    left: auto !important;
    top: auto !important;
    display: flex !important;
    flex: 0 0 150px !important;
    align-items: center !important;
    justify-content: flex-end !important;
    width: 150px !important;
    min-width: 150px !important;
    max-width: 150px !important;
    height: 48px !important;
    margin: 0 !important;
    gap: 0 !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page .site-header .language-switcher,
  html.device-desktop body.global-tech-page.global-tech-page .site-header .language-menu-toggle {
    width: 150px !important;
    min-width: 150px !important;
    max-width: 150px !important;
    justify-content: center !important;
    padding: 0 14px !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page .site-header .language-menu {
    right: 0 !important;
    left: auto !important;
    min-width: 150px !important;
  }
}

/* v210: mobile-only service 06 photo should fill its card image area. */
@media (max-width: 760px) {
  html.device-mobile body.global-tech-page .service-grid-six .service-card:nth-child(6).service-card-full-photo {
    padding: 0 !important;
    overflow: hidden !important;
  }

  html.device-mobile body.global-tech-page .service-grid-six .service-card:nth-child(6).service-card-full-photo img {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    aspect-ratio: 16 / 9 !important;
    object-fit: cover !important;
    object-position: center center !important;
    border-radius: 0 !important;
    border-bottom: 1px solid var(--story-line) !important;
  }
}

/* v211: give the desktop header real spacing in English and long-label languages. */
@media (hover: hover) and (pointer: fine), (any-hover: hover) and (any-pointer: fine) {
  body.global-tech-page.global-tech-page .site-header {
    position: sticky !important;
    top: 0 !important;
    display: grid !important;
    grid-template-columns: 300px minmax(0, 1fr) 86px !important;
    align-items: center !important;
    width: var(--desktop-bg-canvas) !important;
    min-width: var(--pc-layout-canvas) !important;
    height: 72px !important;
    min-height: 72px !important;
    padding: 0 54px !important;
    column-gap: 34px !important;
  }

  body.global-tech-page.global-tech-page .site-header .brand {
    position: static !important;
    display: flex !important;
    width: 300px !important;
    min-width: 300px !important;
    height: 42px !important;
    margin: 0 !important;
  }

  body.global-tech-page.global-tech-page .site-header .site-nav {
    position: static !important;
    left: auto !important;
    top: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    height: 38px !important;
    margin: 0 !important;
    gap: 24px !important;
    overflow: visible !important;
    transform: none !important;
  }

  body.global-tech-page.global-tech-page .site-header .site-nav a {
    flex: 0 0 auto !important;
    white-space: nowrap !important;
  }

  body.global-tech-page.global-tech-page .site-header .site-nav .nav-cta {
    width: auto !important;
    min-width: 116px !important;
    max-width: none !important;
    margin-left: 4px !important;
    padding: 0 16px !important;
    justify-content: center !important;
  }

  body.global-tech-page.global-tech-page .site-header .header-tools {
    position: static !important;
    left: auto !important;
    top: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    width: 86px !important;
    min-width: 86px !important;
    max-width: 86px !important;
    height: 48px !important;
    margin: 0 !important;
    gap: 0 !important;
    transform: none !important;
  }

  body.global-tech-page.global-tech-page .site-header .language-switcher {
    width: 86px !important;
    min-width: 86px !important;
    max-width: 86px !important;
    height: 48px !important;
    min-height: 48px !important;
    padding: 0 10px !important;
    justify-content: center !important;
  }

  body.global-tech-page.global-tech-page .site-header .language-switcher > span {
    display: none !important;
  }

  body.global-tech-page.global-tech-page .site-header .language-menu-toggle {
    width: 100% !important;
    min-width: 0 !important;
    justify-content: center !important;
  }

  body.global-tech-page.global-tech-page .site-header .language-menu {
    right: 0 !important;
    left: auto !important;
    min-width: 96px !important;
  }
}

/* v212: override older fixed desktop header widths after the language menu exists. */
@media (hover: hover) and (pointer: fine), (any-hover: hover) and (any-pointer: fine) {
  html.device-desktop body.global-tech-page.global-tech-page .site-header {
    display: grid !important;
    grid-template-columns: 300px minmax(0, 1fr) 112px !important;
    align-items: center !important;
    width: var(--desktop-bg-canvas) !important;
    min-width: var(--pc-layout-canvas) !important;
    height: 72px !important;
    min-height: 72px !important;
    padding: 0 54px !important;
    column-gap: 34px !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page .site-header .site-nav {
    position: static !important;
    display: flex !important;
    flex: 1 1 auto !important;
    align-items: center !important;
    justify-content: flex-end !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    height: 38px !important;
    margin: 0 !important;
    gap: 22px !important;
    overflow: visible !important;
    transform: none !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page .site-header .site-nav .nav-cta {
    width: auto !important;
    min-width: 118px !important;
    margin-left: 4px !important;
    padding: 0 16px !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page .site-header .header-tools {
    position: static !important;
    display: flex !important;
    flex: 0 0 112px !important;
    align-items: center !important;
    justify-content: flex-end !important;
    width: 112px !important;
    min-width: 112px !important;
    max-width: 112px !important;
    height: 48px !important;
    margin: 0 !important;
    gap: 0 !important;
    transform: none !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page .site-header .language-switcher,
  html.device-desktop body.global-tech-page.global-tech-page .site-header .language-menu-toggle {
    width: 112px !important;
    min-width: 112px !important;
    max-width: 112px !important;
    height: 46px !important;
    min-height: 46px !important;
    padding: 0 12px !important;
    justify-content: center !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page .site-header .language-switcher > span {
    display: none !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page .site-header .language-menu {
    right: 0 !important;
    left: auto !important;
    min-width: 112px !important;
  }
}

/* v213: align only the applications page with the wide desktop subpage canvas. */
@media (hover: hover) and (pointer: fine), (any-hover: hover) and (any-pointer: fine) {
  html.device-desktop body.global-tech-page.global-tech-page.application-library-page {
    --application-page-gutter: 50px;
    --application-content-width: calc(var(--desktop-bg-canvas) - 100px);
  }

  html.device-desktop body.global-tech-page.global-tech-page.application-library-page .page-hero {
    width: var(--desktop-bg-canvas) !important;
    inline-size: var(--desktop-bg-canvas) !important;
    min-width: var(--pc-layout-canvas) !important;
    max-width: none !important;
    display: grid !important;
    grid-template-columns: minmax(1180px, 1fr) 540px !important;
    gap: 100px !important;
    padding: 104px var(--application-page-gutter) 72px !important;
    margin: 0 !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page.application-library-page .page-hero > div:first-child {
    width: 1180px !important;
    min-width: 1180px !important;
    max-width: 1180px !important;
    justify-self: start !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page.application-library-page .page-hero h1 {
    max-width: 1180px !important;
    line-height: 1.16 !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page.application-library-page .page-hero p {
    max-width: 1000px !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page.application-library-page .page-hero .hero-actions {
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    justify-content: flex-start !important;
    justify-self: start !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page.application-library-page .page-hero-panel {
    width: 540px !important;
    min-width: 540px !important;
    max-width: 540px !important;
    justify-self: start !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page.application-library-page .library-section {
    width: var(--desktop-bg-canvas) !important;
    inline-size: var(--desktop-bg-canvas) !important;
    min-width: var(--pc-layout-canvas) !important;
    max-width: none !important;
    padding-right: var(--application-page-gutter) !important;
    padding-left: var(--application-page-gutter) !important;
    margin: 0 !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page.application-library-page .library-section > .section-head,
  html.device-desktop body.global-tech-page.global-tech-page.application-library-page .application-detail-grid,
  html.device-desktop body.global-tech-page.global-tech-page.application-library-page .fit-grid,
  html.device-desktop body.global-tech-page.global-tech-page.application-library-page .material-chips {
    width: var(--application-content-width) !important;
    inline-size: var(--application-content-width) !important;
    min-width: 1820px !important;
    max-width: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page.application-library-page .library-section > .section-head {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    align-content: center !important;
    align-items: center !important;
    justify-items: start !important;
    min-height: 170px !important;
    gap: 10px !important;
    padding: 0 0 26px 28px !important;
    margin: 0 0 34px 0 !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page.application-library-page .library-section > .section-head::before {
    top: 50% !important;
    height: 96px !important;
    transform: translateY(-50%) !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page.application-library-page .library-section > .section-head .eyebrow,
  html.device-desktop body.global-tech-page.global-tech-page.application-library-page .library-section > .section-head h2,
  html.device-desktop body.global-tech-page.global-tech-page.application-library-page .library-section > .section-head p:not(.eyebrow) {
    grid-column: 1 !important;
    justify-self: start !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page.application-library-page .library-section > .section-head .eyebrow {
    margin: 0 0 8px 0 !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page.application-library-page .library-section > .section-head h2 {
    max-width: 960px !important;
    margin: 0 !important;
    font-size: 54px !important;
    line-height: 1.1 !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page.application-library-page .library-section > .section-head h2::after {
    margin-top: 22px !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page.application-library-page .library-section > .section-head p:not(.eyebrow) {
    max-width: 980px !important;
    margin: 10px 0 0 0 !important;
    font-size: 15px !important;
    line-height: 1.6 !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page.application-library-page .application-detail-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-auto-rows: auto !important;
    height: auto !important;
    min-height: 0 !important;
    gap: 20px !important;
    align-items: stretch !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page.application-library-page .application-detail-grid article {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    height: 360px !important;
    min-height: 360px !important;
    display: grid !important;
    grid-template-columns: 560px minmax(0, 1fr) !important;
    grid-template-rows: 360px !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page.application-library-page .application-detail-grid img {
    width: 560px !important;
    height: 360px !important;
    min-height: 360px !important;
    max-height: 360px !important;
    padding: 0 !important;
    object-fit: cover !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page.application-library-page .application-detail-grid div {
    height: 360px !important;
    min-height: 360px !important;
    padding: 54px 58px !important;
    align-content: center !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page.application-library-page .application-detail-grid h3 {
    max-width: 760px !important;
    font-size: 30px !important;
    line-height: 1.18 !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page.application-library-page .application-detail-grid p {
    max-width: 880px !important;
    font-size: 16px !important;
    line-height: 1.65 !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page.application-library-page .fit-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    grid-auto-rows: 190px !important;
    height: auto !important;
    min-height: 0 !important;
    gap: 20px !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page.application-library-page .fit-grid article {
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    height: 190px !important;
    min-height: 190px !important;
    padding: 28px !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page.application-library-page .fit-grid h3 {
    font-size: 20px !important;
    line-height: 1.35 !important;
    font-weight: 800 !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page.application-library-page .material-chips {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 18px !important;
    padding: 0 !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page.application-library-page .material-chips span {
    min-width: 130px !important;
    min-height: 62px !important;
    padding: 0 26px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 20px !important;
    line-height: 1.25 !important;
    font-weight: 800 !important;
    white-space: nowrap !important;
  }
}

/* v217: mobile-only cleanup for the application page cards. */
@media (max-width: 767px) {
  html.device-mobile body.global-tech-page.application-library-page .application-detail-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 22px !important;
    width: 100% !important;
    min-height: 0 !important;
    height: auto !important;
    align-items: start !important;
  }

  html.device-mobile body.global-tech-page.application-library-page .application-detail-grid article {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: auto auto !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: hidden !important;
    background: var(--white) !important;
    border: 1px solid var(--line) !important;
    border-radius: 10px !important;
  }

  html.device-mobile body.global-tech-page.application-library-page .application-detail-grid img {
    display: block !important;
    grid-column: 1 !important;
    grid-row: 1 !important;
    width: 100% !important;
    height: 248px !important;
    min-height: 0 !important;
    max-height: none !important;
    padding: 0 !important;
    object-fit: cover !important;
    object-position: center !important;
    background: #eef6fb !important;
    border-bottom: 1px solid var(--line) !important;
  }

  html.device-mobile body.global-tech-page.application-library-page .application-detail-grid div {
    position: static !important;
    grid-column: 1 !important;
    grid-row: 2 !important;
    display: grid !important;
    gap: 13px !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 24px 22px 28px !important;
    align-content: start !important;
    background: var(--white) !important;
    color: var(--ink) !important;
    text-shadow: none !important;
  }

  html.device-mobile body.global-tech-page.application-library-page .application-detail-grid span {
    position: static !important;
    display: block !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    color: var(--teal) !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
    font-weight: 900 !important;
    letter-spacing: 0.04em !important;
  }

  html.device-mobile body.global-tech-page.application-library-page .application-detail-grid h3 {
    margin: 0 !important;
    max-width: none !important;
    color: var(--ink) !important;
    font-size: 28px !important;
    line-height: 1.18 !important;
    font-weight: 900 !important;
  }

  html.device-mobile body.global-tech-page.application-library-page .application-detail-grid p {
    margin: 0 !important;
    max-width: none !important;
    color: var(--muted) !important;
    font-size: 18px !important;
    line-height: 1.65 !important;
    font-weight: 500 !important;
  }
}

/* v219: home mobile applications image full-bleed only. */
@media (max-width: 767px) {
  html.device-mobile body.global-tech-page[data-page="home"] #applications.applications .application-topic-grid > article {
    grid-template-rows: auto auto !important;
  }

  html.device-mobile body.global-tech-page[data-page="home"] #applications.applications .application-topic-grid > article > img {
    display: block !important;
    box-sizing: border-box !important;
    width: 100% !important;
    inline-size: 100% !important;
    max-width: none !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    object-fit: contain !important;
    object-position: center center !important;
    border-radius: 12px 12px 0 0 !important;
    border-bottom: 1px solid var(--line) !important;
    background: transparent !important;
  }
}
