:root {
  --blue: #1739e6;
  --blue-deep: #142975;
  --blue-pale: #e8ebff;
  --ink: #101820;
  --graphite: #1d252c;
  --steel: #58656f;
  --line: #d9dee2;
  --paper: #f5f6f6;
  --white: #ffffff;
  --signal: #df5f2b;
  --shell: 1240px;
}

* {
  box-sizing: border-box;
}

html {
  /* Kein globales scroll-behavior: smooth – Edge blockiert damit teilweise
     das Rad- und Tastatur-Scrollen. Ankersprünge bleiben funktionsfähig. */
  -webkit-text-size-adjust: 100%;
}

body {
  background: var(--white);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
}

body,
button,
input,
select,
textarea {
  font-size: 16px;
}

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

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

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

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

.shell {
  margin: 0 auto;
  max-width: var(--shell);
  padding-left: 28px;
  padding-right: 28px;
  width: auto;
}

.site-header {
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid rgba(16, 24, 32, 0.12);
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 50;
}

.utility-bar {
  background: var(--ink);
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
}

.utility-inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 34px;
}

.utility-inner > div {
  align-items: center;
  display: flex;
  gap: 18px;
}

.utility-inner a {
  transition: color 160ms ease;
}

.utility-inner a:hover {
  color: var(--white);
}

.utility-divider {
  background: rgba(255, 255, 255, 0.25);
  height: 12px;
  width: 1px;
}

.language {
  align-items: center;
  background: var(--blue);
  color: var(--white);
  display: inline-flex;
  font-size: 11px;
  font-weight: 800;
  height: 34px;
  justify-content: center;
  width: 40px;
}

.nav-row {
  align-items: center;
  display: flex;
  min-height: 84px;
}

.brand-lockup {
  align-items: center;
  display: inline-flex;
  flex-shrink: 0;
  gap: 14px;
}

.brand-lockup > span:last-child {
  color: #39444d;
  font-size: 11px;
  font-weight: 650;
  line-height: 1.25;
  text-transform: uppercase;
}

.brand {
  display: inline-flex;
  flex-shrink: 0;
  width: 142px;
}

.brand img {
  height: auto;
  width: 100%;
}

.brand-compact {
  width: 124px;
}

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

.desktop-nav a {
  color: #39444d;
  font-size: 13px;
  font-weight: 650;
  position: relative;
}

.desktop-nav a::after {
  background: var(--blue);
  bottom: -9px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 160ms ease;
  width: 100%;
}

.desktop-nav a:hover::after {
  transform: scaleX(1);
}

.nav-cta {
  align-items: center;
  background: var(--blue);
  color: var(--white);
  display: inline-flex;
  font-size: 13px;
  font-weight: 720;
  gap: 18px;
  margin-left: 34px;
  min-height: 44px;
  padding: 0 18px;
  transition: background 160ms ease;
}

.nav-cta:hover,
.button-primary:hover {
  background: var(--blue-deep);
}

.mobile-menu {
  display: none;
}

.hero {
  color: var(--white);
  min-height: min(860px, 100vh);
  padding-top: 118px;
  position: relative;
}

.hero-media,
.hero-overlay {
  height: 100%;
  inset: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
}

.hero-media {
  object-fit: cover;
  object-position: 50% 54%;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(7, 12, 17, 0.94) 0%, rgba(7, 12, 17, 0.78) 47%, rgba(7, 12, 17, 0.23) 77%, rgba(7, 12, 17, 0.12) 100%),
    linear-gradient(0deg, rgba(7, 12, 17, 0.72) 0%, transparent 48%);
}

.hero-inner {
  align-items: flex-end;
  display: grid;
  gap: 72px;
  grid-template-columns: minmax(0, 1fr) 300px;
  min-height: calc(min(860px, 100vh) - 184px);
  padding-bottom: 100px;
  padding-top: 84px;
  position: relative;
  z-index: 1;
}

.hero-copy {
  max-width: 850px;
}

.section-label {
  color: var(--blue);
  font-size: 12px;
  font-weight: 780;
  letter-spacing: 0;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.section-label.light {
  color: #8bc2db;
}

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

h1,
h2,
h3 {
  hyphens: auto;
  overflow-wrap: normal;
  word-break: normal;
}

h1 {
  font-size: clamp(48px, 5.8vw, 78px);
  font-weight: 630;
  line-height: 1.02;
  margin-bottom: 24px;
  max-width: 900px;
}

h2 {
  font-size: clamp(36px, 4.2vw, 58px);
  font-weight: 620;
  line-height: 1.08;
  margin-bottom: 20px;
}

h3 {
  font-size: 22px;
  font-weight: 680;
  line-height: 1.2;
}

.hero-statement {
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(18px, 1.8vw, 23px);
  line-height: 1.55;
  max-width: 750px;
}

.hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  margin-top: 36px;
}

.button {
  align-items: center;
  border: 0;
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  font-weight: 720;
  gap: 24px;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  transition: background 160ms ease, color 160ms ease;
}

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

.button-primary:hover {
  background: #bd4b20;
}

.text-link {
  align-items: center;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  gap: 20px;
}

.light-link {
  color: rgba(255, 255, 255, 0.86);
}

.hero-facts {
  border-left: 1px solid rgba(255, 255, 255, 0.26);
  display: grid;
}

.hero-facts > div {
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  padding: 20px 0 20px 24px;
}

.hero-facts strong,
.hero-facts span {
  display: block;
}

.hero-facts strong {
  font-size: 20px;
  font-weight: 650;
  margin-bottom: 6px;
}

.hero-facts span {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  line-height: 1.45;
}

.hero-caption {
  align-items: center;
  background: rgba(12, 18, 24, 0.86);
  bottom: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  left: 0;
  min-height: 66px;
  padding-left: max(28px, calc((100vw - var(--shell)) / 2 + 28px));
  padding-right: max(28px, calc((100vw - var(--shell)) / 2 + 28px));
  position: absolute;
  right: 0;
  z-index: 2;
}

.hero-caption a,
.hero-caption span {
  align-items: center;
  align-self: stretch;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.72);
  display: flex;
  font-size: 12px;
  font-weight: 650;
  min-height: 66px;
  padding-left: 18px;
  padding-right: 12px;
  text-transform: uppercase;
  transition: background 160ms ease, color 160ms ease;
}

.hero-caption a:hover,
.hero-caption a:focus-visible {
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
}

.hero-caption a:focus-visible {
  outline: 2px solid var(--white);
  outline-offset: -2px;
}

.company-section,
.services-section,
.range-section,
.quality-section,
.industries-section,
.partners-section {
  padding: 112px 0;
}

.company-grid {
  display: grid;
  gap: 100px;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
}

.company-grid h2 {
  margin-bottom: 0;
  max-width: 560px;
}

.company-copy {
  border-left: 1px solid var(--line);
  padding-left: 56px;
}

.company-copy p {
  color: var(--steel);
  line-height: 1.7;
}

.company-copy .large-copy {
  color: var(--ink);
  font-size: 24px;
  font-weight: 560;
  line-height: 1.5;
  margin-bottom: 24px;
}

.principles {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 36px;
  padding-top: 24px;
}

.principles span {
  color: #3f4a53;
  font-size: 13px;
  font-weight: 700;
}

.services-section {
  background: var(--paper);
}

.section-heading {
  margin-bottom: 48px;
}

.split-heading {
  align-items: end;
  display: grid;
  gap: 64px;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.6fr);
}

.split-heading h2 {
  margin-bottom: 0;
  max-width: 780px;
}

.split-heading > p,
.production-heading > p,
.industries-grid > div:first-child > p {
  color: var(--steel);
  line-height: 1.65;
  margin-bottom: 4px;
}

.service-list {
  border-top: 1px solid #bfc6cb;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.service-list article {
  border-right: 1px solid #bfc6cb;
  min-height: 310px;
  min-width: 0;
  padding: 30px 30px 28px 0;
  position: relative;
}

.service-list article:not(:first-child) {
  padding-left: 30px;
}

.service-number {
  color: var(--blue);
  display: block;
  font-size: 12px;
  font-weight: 780;
  margin-bottom: 66px;
}

.service-list h3 {
  hyphens: auto;
  margin-bottom: 16px;
}

.service-list p {
  color: var(--steel);
  font-size: 14px;
  line-height: 1.62;
  margin-bottom: 0;
}

.service-arrow {
  bottom: 24px;
  color: var(--blue);
  font-size: 18px;
  position: absolute;
  right: 24px;
}

.production-section {
  background: var(--ink);
  color: var(--white);
  padding: 112px 0 0;
}

.production-heading {
  display: grid;
  gap: 20px;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 380px);
  margin-bottom: 54px;
}

.production-heading .section-label {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.production-heading h2 {
  margin-bottom: 0;
  max-width: 740px;
}

.production-heading > p {
  color: rgba(255, 255, 255, 0.57);
}

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

.production-grid article {
  min-height: 540px;
  overflow: hidden;
  position: relative;
}

.production-grid article::after {
  background: linear-gradient(0deg, rgba(5, 9, 13, 0.94), rgba(5, 9, 13, 0.04) 70%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.production-feature {
  grid-column: span 2;
}

.production-grid img {
  height: 100%;
  object-fit: cover;
  transition: transform 450ms ease;
  width: 100%;
}

.production-grid article:hover img {
  transform: scale(1.025);
}

.production-grid article > div {
  bottom: 0;
  left: 0;
  padding: 34px;
  position: absolute;
  right: 0;
  z-index: 1;
}

.production-grid article span {
  color: #9bc6d9;
  display: block;
  font-size: 11px;
  font-weight: 750;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.production-grid article h3 {
  font-size: 28px;
  margin-bottom: 10px;
}

.production-grid article p {
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.55;
  margin: 0;
  max-width: 560px;
}

.process-band {
  background: var(--blue);
  color: var(--white);
  padding: 56px 0;
}

.process-flow {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

.process-flow > div {
  border-left: 1px solid rgba(255, 255, 255, 0.28);
  min-height: 104px;
  padding: 8px 16px;
}

.process-flow span,
.process-flow strong {
  display: block;
}

.process-flow span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 11px;
  margin-bottom: 28px;
}

.process-flow strong {
  font-size: 14px;
  font-weight: 650;
  line-height: 1.35;
}

.range-grid {
  align-items: stretch;
  display: grid;
  gap: 72px;
  grid-template-columns: minmax(0, 0.83fr) minmax(0, 1.17fr);
}

.range-media {
  min-height: 680px;
  overflow: hidden;
  position: relative;
}

.range-media::after {
  background: linear-gradient(0deg, rgba(10, 15, 20, 0.78), transparent 42%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.range-media img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.range-media span {
  bottom: 28px;
  color: var(--white);
  font-size: 13px;
  font-weight: 650;
  left: 28px;
  position: absolute;
  right: 28px;
  z-index: 1;
}

.range-content {
  padding: 28px 0;
}

.range-content > p {
  color: var(--steel);
  line-height: 1.7;
}

.range-content .section-label {
  color: var(--blue);
  line-height: 1;
}

.specification {
  border-top: 1px solid var(--line);
  margin-top: 44px;
}

.specification > div {
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(160px, 0.8fr) minmax(180px, 1fr) minmax(220px, 1.25fr);
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}

.specification span {
  color: var(--blue-deep);
  font-size: 12px;
  font-weight: 750;
}

.specification strong {
  font-size: 17px;
  font-weight: 670;
}

.specification small {
  color: var(--steel);
  line-height: 1.45;
}

.component-spectrum {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 72px;
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
  margin-top: 88px;
  padding-top: 70px;
}

.spectrum-heading h2 {
  font-size: clamp(34px, 3.6vw, 50px);
  margin-bottom: 0;
}

.spectrum-columns {
  border-top: 1px solid var(--line);
}

.spectrum-columns > div {
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(210px, 0.7fr) minmax(0, 1.3fr);
  padding: 24px 0;
}

.spectrum-columns span {
  color: var(--blue-deep);
  font-size: 13px;
  font-weight: 720;
}

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

.spectrum-columns li {
  color: var(--steel);
  font-size: 13px;
  line-height: 1.45;
  padding-left: 14px;
  position: relative;
}

.spectrum-columns li::before {
  background: var(--signal);
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  top: 7px;
  width: 5px;
}

.quality-section {
  background: var(--paper);
}

.quality-grid {
  display: grid;
  gap: 2px;
  grid-template-columns: 0.85fr 1.15fr;
}

.standards-panel,
.grades-panel {
  background: var(--white);
  padding: 36px;
}

.standards-panel h3,
.grades-panel h3 {
  margin-bottom: 28px;
}

.standard-list {
  border-top: 1px solid var(--line);
}

.standard-list > div {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 20px;
  justify-content: space-between;
  min-height: 56px;
}

.standard-list span {
  color: var(--steel);
  font-size: 14px;
}

.standard-list strong {
  color: var(--blue-deep);
  font-size: 13px;
  white-space: nowrap;
}

.grades-heading {
  align-items: baseline;
  display: flex;
  gap: 16px;
  justify-content: space-between;
}

.grades-heading span {
  color: var(--steel);
  font-size: 11px;
}

.grade-table {
  border-top: 1px solid var(--line);
}

.grade-row {
  border-bottom: 1px solid var(--line);
  display: grid;
  font-size: 13px;
  gap: 16px;
  grid-template-columns: 1.3fr 1fr 0.8fr;
  min-height: 46px;
  padding: 14px 4px;
}

.grade-head {
  color: var(--steel);
  font-size: 10px;
  font-weight: 750;
  text-transform: uppercase;
}

.engineering-section {
  color: var(--white);
  min-height: 620px;
  position: relative;
}

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

.engineering-bg {
  object-fit: cover;
}

.engineering-overlay {
  background: linear-gradient(90deg, rgba(8, 14, 19, 0.94), rgba(8, 14, 19, 0.72) 60%, rgba(8, 14, 19, 0.26));
}

.engineering-inner {
  align-items: end;
  display: grid;
  gap: 80px;
  grid-template-columns: 1.2fr 0.8fr;
  min-height: 620px;
  padding-bottom: 88px;
  padding-top: 88px;
  position: relative;
}

.engineering-inner h2 {
  max-width: 760px;
}

.engineering-inner p {
  color: rgba(255, 255, 255, 0.67);
  line-height: 1.7;
  max-width: 680px;
}

.engineering-inner .section-label {
  color: #8bc2db;
  line-height: 1;
}

.engineering-capabilities {
  border-top: 1px solid rgba(255, 255, 255, 0.28);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.engineering-capabilities span {
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 650;
  padding: 16px 0;
}

.industries-grid {
  display: grid;
  gap: 100px;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
}

.industry-list {
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.industry-list > div {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 24px;
  min-height: 76px;
}

.industry-list > div:nth-child(odd) {
  border-right: 1px solid var(--line);
  padding-right: 24px;
}

.industry-list > div:nth-child(even) {
  padding-left: 24px;
}

.industry-list span {
  color: var(--blue);
  font-size: 11px;
  font-weight: 750;
}

.industry-list strong {
  font-size: 16px;
  font-weight: 650;
}

.network-section {
  background: var(--graphite);
  color: var(--white);
  padding: 96px 0;
}

.network-grid {
  display: grid;
  gap: 88px;
  grid-template-columns: 0.8fr 1.2fr;
}

.network-grid h2 {
  font-size: clamp(34px, 3.8vw, 52px);
  margin-bottom: 0;
}

.location-list {
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.location-list > div {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  display: grid;
  gap: 20px;
  grid-template-columns: 44px minmax(180px, 0.7fr) 1fr;
  min-height: 74px;
}

.location-list span {
  color: #8bc2db;
  font-size: 11px;
  font-weight: 750;
}

.location-list strong {
  font-size: 16px;
  font-weight: 650;
}

.location-list small {
  color: rgba(255, 255, 255, 0.5);
}

.partners-section {
  padding-bottom: 92px;
  padding-top: 84px;
}

.partner-strip {
  align-items: center;
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(6, 1fr);
  min-height: 126px;
}

.partner-strip span {
  color: #3f4951;
  font-size: 14px;
  font-weight: 760;
  text-align: center;
}

.partner-note {
  color: #7d868d;
  display: block;
  font-size: 10px;
  margin-top: 16px;
}

.contact-section {
  background: var(--blue-deep);
  color: var(--white);
  padding: 108px 0;
}

.contact-grid {
  display: grid;
  gap: 100px;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1.18fr);
}

.contact-intro > p {
  color: rgba(255, 255, 255, 0.67);
  line-height: 1.7;
  max-width: 540px;
}

.contact-intro .section-label {
  color: #a8d4e7;
  line-height: 1;
}

.contact-intro address {
  border-top: 1px solid rgba(255, 255, 255, 0.28);
  display: grid;
  font-size: 14px;
  font-style: normal;
  gap: 8px;
  margin-top: 38px;
  padding-top: 28px;
}

.contact-intro address span {
  color: rgba(255, 255, 255, 0.66);
}

.contact-intro address a {
  font-weight: 650;
  margin-top: 4px;
  width: fit-content;
}

.contact-form {
  background: var(--white);
  color: var(--ink);
  display: grid;
  gap: 18px;
  padding: 38px;
  position: relative;
}

.form-row {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, 1fr);
}

.contact-form label {
  color: #4d5962;
  display: grid;
  font-size: 11px;
  font-weight: 720;
  gap: 8px;
  text-transform: uppercase;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  background: var(--paper);
  border: 1px solid #cfd5d9;
  border-radius: 0;
  color: var(--ink);
  min-height: 48px;
  outline: none;
  padding: 12px 13px;
  width: 100%;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 2px rgba(47, 120, 153, 0.12);
}

.contact-form textarea {
  min-height: 128px;
  resize: vertical;
}

.privacy-check {
  align-items: start;
  display: grid !important;
  gap: 10px !important;
  grid-template-columns: 18px 1fr;
  line-height: 1.45;
  text-transform: none !important;
}

.privacy-check input {
  margin: 2px 0 0;
  min-height: 16px;
}

.privacy-check a {
  color: var(--blue-deep);
  text-decoration: underline;
}

.contact-form .button {
  width: fit-content;
}

.contact-form > small {
  color: #7d868d;
  font-size: 10px;
}

.honeypot {
  left: -9999px;
  position: absolute;
}

.site-footer {
  background: var(--ink);
  color: var(--white);
  padding-top: 68px;
}

.footer-main {
  display: grid;
  gap: 60px;
  grid-template-columns: 1.2fr 1fr 0.55fr;
  padding-bottom: 58px;
}

.footer-brand > span:last-child {
  color: rgba(255, 255, 255, 0.63);
}

.footer-brand .brand {
  background: var(--white);
  padding: 4px;
}

.footer-contact,
.footer-nav {
  display: grid;
  font-size: 13px;
  gap: 11px;
}

.footer-contact span {
  color: rgba(255, 255, 255, 0.48);
}

.footer-contact a,
.footer-nav a {
  color: rgba(255, 255, 255, 0.78);
  width: fit-content;
}

.footer-legal {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.45);
  display: grid;
  font-size: 11px;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) auto auto;
  min-height: 68px;
}

.footer-legal-links {
  display: flex;
  gap: 24px;
}

.footer-credit {
  align-items: center;
  color: rgba(255, 255, 255, 0.46);
  display: inline-flex;
  gap: 10px;
  justify-self: end;
  transition: color 180ms ease, opacity 180ms ease;
}

.footer-credit span {
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-credit img {
  height: 24px;
  object-fit: contain;
  width: auto;
}

.footer-credit:hover {
  color: var(--white);
}

.footer-legal a:hover,
.footer-nav a:hover,
.footer-contact a:hover {
  color: var(--white);
}

.legal-page {
  background: var(--paper);
  min-height: 100vh;
  padding: 198px 0 110px;
}

.legal-header {
  align-items: center;
  background: var(--ink);
  color: var(--white);
  display: flex;
  min-height: 92px;
}

.legal-header .shell {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.legal-back {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 650;
}

.legal-content {
  max-width: 860px;
}

.legal-content h1 {
  color: var(--ink);
  font-size: clamp(42px, 5vw, 66px);
  hyphens: auto;
  margin-bottom: 48px;
  overflow-wrap: normal;
  word-break: normal;
}

.engineering-systems h2,
.project-path h3 {
  hyphens: auto;
}

.legal-content h2 {
  font-size: 24px;
  margin-bottom: 12px;
  margin-top: 42px;
}

.legal-content h3 {
  font-size: 17px;
  margin-bottom: 8px;
  margin-top: 28px;
}

.legal-content p,
.legal-content li {
  color: #4f5a63;
  line-height: 1.7;
}

.legal-content a {
  color: var(--blue-deep);
  overflow-wrap: anywhere;
  text-decoration: underline;
}

.message-page {
  align-items: center;
  background: var(--ink);
  display: flex;
  justify-content: center;
  min-height: 100vh;
  padding: 28px;
}

.message-card {
  background: var(--white);
  max-width: 650px;
  padding: clamp(34px, 6vw, 68px);
  width: 100%;
}

.message-card .brand {
  margin-bottom: 58px;
  width: fit-content;
}

.message-card h1 {
  color: var(--ink);
  font-size: clamp(38px, 5vw, 60px);
}

.message-card p:not(.section-label) {
  color: var(--steel);
  line-height: 1.7;
  margin-bottom: 30px;
}

.message-card .button {
  width: fit-content;
}

.desktop-nav a.active::after {
  transform: scaleX(1);
}

.page-hero {
  color: var(--white);
  min-height: 560px;
  padding-top: 118px;
  position: relative;
}

.page-hero-media,
.page-hero-overlay {
  height: 100%;
  inset: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
}

.page-hero-media {
  object-fit: cover;
}

.page-hero-overlay {
  background:
    linear-gradient(90deg, rgba(7, 12, 17, 0.94) 0%, rgba(7, 12, 17, 0.73) 48%, rgba(7, 12, 17, 0.22) 100%),
    linear-gradient(0deg, rgba(7, 12, 17, 0.48), transparent 45%);
}

.page-hero-inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 442px;
  padding-bottom: 70px;
  padding-top: 90px;
  position: relative;
  z-index: 1;
}

.page-hero h1 {
  font-size: clamp(44px, 5vw, 70px);
  max-width: 950px;
}

.page-hero-inner > p:last-child {
  color: rgba(255, 255, 255, 0.82);
  font-size: 20px;
  line-height: 1.6;
  margin-top: 24px;
  max-width: 780px;
}

.page-cta {
  background: var(--blue-deep);
  color: var(--white);
  padding: 76px 0;
}

.page-cta-inner {
  align-items: center;
  display: grid;
  gap: 80px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.page-cta h2 {
  color: var(--white);
  font-size: 40px;
  max-width: 780px;
}

.page-cta p:not(.section-label) {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.7;
  margin-top: 18px;
  max-width: 760px;
}

.button-secondary {
  background: transparent;
  border: 1px solid var(--ink);
  color: var(--ink);
}

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

.section-action {
  display: flex;
  justify-content: flex-end;
  margin-top: 38px;
}

.story-section,
.service-page-section,
.products-page-section,
.capability-section,
.contact-page-section {
  padding: 112px 0;
}

.story-grid {
  display: grid;
  gap: 100px;
  grid-template-columns: 280px minmax(0, 1fr);
}

.story-index {
  border-left: 4px solid var(--blue);
  display: flex;
  flex-direction: column;
  height: fit-content;
  padding: 8px 0 8px 28px;
}

.story-index span,
.story-index small {
  color: var(--steel);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.story-index strong {
  color: var(--blue-deep);
  font-size: 76px;
  line-height: 1;
  margin: 14px 0;
}

.story-copy h2 {
  max-width: 760px;
}

.story-copy p {
  color: var(--steel);
  line-height: 1.8;
  margin-top: 22px;
  max-width: 820px;
}

.story-copy .lead {
  color: var(--ink);
  font-size: 21px;
  line-height: 1.65;
}

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

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

.purpose-grid article {
  min-height: 430px;
  padding: 76px 70px 72px 0;
  position: relative;
}

.purpose-grid article + article {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 70px;
}

.purpose-grid article > span {
  color: rgba(255, 255, 255, 0.32);
  font-size: 14px;
  font-weight: 800;
  position: absolute;
  right: 26px;
  top: 28px;
}

.purpose-grid h2 {
  color: var(--white);
  font-size: 38px;
}

.purpose-grid p:not(.section-label) {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.75;
  margin-top: 24px;
}

.values-section,
.locations-section,
.industry-applications,
.engineering-systems,
.quality-page-section,
.process-chain-section,
.detail-intro,
.component-examples,
.quality-flow-section {
  padding: 104px 0;
}

.values-grid {
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 58px;
}

.values-grid article {
  border-right: 1px solid var(--line);
  min-height: 270px;
  padding: 28px 28px 24px 0;
}

.values-grid article + article {
  padding-left: 28px;
}

.values-grid article:last-child {
  border-right: 0;
}

.values-grid span,
.service-detail-grid article > span,
.capability-grid article > span {
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
}

.values-grid h3 {
  font-size: 22px;
  margin-top: 56px;
}

.values-grid p {
  color: var(--steel);
  line-height: 1.7;
  margin-top: 14px;
}

.locations-section {
  background: var(--paper);
}

.locations-layout {
  display: grid;
  gap: 100px;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
}

.locations-layout > div:first-child p:not(.section-label) {
  color: var(--steel);
  line-height: 1.75;
  margin-top: 22px;
}

.location-cards {
  border-top: 1px solid var(--line);
}

.location-cards > div {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 20px;
  grid-template-columns: 56px 1fr 1.45fr;
  min-height: 90px;
}

.location-cards span {
  color: var(--blue);
  font-size: 12px;
  font-weight: 850;
}

.location-cards strong {
  font-size: 17px;
}

.location-cards small {
  color: var(--steel);
}

.service-detail-grid {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin-top: 60px;
}

.service-detail-grid article {
  background: var(--paper);
  grid-column: span 2;
  min-height: 360px;
  padding: 30px;
}

.service-detail-grid article:nth-child(4),
.service-detail-grid article:nth-child(5) {
  grid-column: span 3;
}

.service-detail-grid h3 {
  font-size: 23px;
  margin-top: 58px;
}

.service-detail-grid p {
  color: var(--steel);
  line-height: 1.65;
  margin-top: 16px;
}

.service-detail-grid ul,
.quality-checklist {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
}

.service-detail-grid li,
.quality-checklist li {
  border-top: 1px solid var(--line);
  color: var(--graphite);
  font-size: 13px;
  font-weight: 700;
  padding: 10px 0;
}

.service-detail-grid li::before,
.quality-checklist li::before {
  color: var(--blue);
  content: "✓";
  margin-right: 10px;
}

.process-visual-section {
  background: var(--paper);
  padding: 112px 0;
}

.process-visual-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 60px;
}

.process-visual-grid article {
  background: var(--white);
  border: 1px solid var(--line);
  min-width: 0;
}

.process-visual-image {
  height: 330px;
  overflow: hidden;
  position: relative;
}

.process-visual-image img {
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
  width: 100%;
}

.process-visual-grid article:hover .process-visual-image img {
  transform: scale(1.025);
}

.process-visual-image > span,
.forged-showcase-image > span {
  background: var(--blue);
  bottom: 0;
  color: var(--white);
  font-size: 11px;
  font-weight: 850;
  left: 0;
  padding: 12px 15px;
  position: absolute;
}

.process-visual-grid article > div:last-child {
  min-height: 210px;
  padding: 28px;
}

.process-visual-grid h3 {
  font-size: 25px;
}

.process-visual-grid p {
  color: var(--steel);
  line-height: 1.7;
  margin-top: 15px;
}

.project-path-section,
.product-spectrum,
.materials-page-section {
  background: var(--ink);
  color: var(--white);
  padding: 104px 0;
}

.project-path-section h2,
.product-spectrum h2,
.materials-page-section h2 {
  color: var(--white);
}

.project-path {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 54px;
}

.project-path article {
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  min-height: 260px;
  padding: 28px 24px 20px 0;
}

.project-path article + article {
  padding-left: 24px;
}

.project-path article:last-child {
  border-right: 0;
}

.project-path span {
  color: #8fa0ff;
  font-size: 12px;
  font-weight: 800;
}

.project-path h3 {
  color: var(--white);
  font-size: 21px;
  margin-top: 54px;
}

.project-path p {
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
  line-height: 1.65;
  margin-top: 14px;
}

.engineering-systems {
  background: var(--paper);
}

.engineering-systems-grid,
.product-spectrum-grid,
.materials-page-grid,
.quality-page-grid,
.detail-intro-grid,
.component-examples-grid {
  display: grid;
  gap: 88px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.engineering-systems-grid > div:first-child p:not(.section-label),
.materials-page-grid > div:first-child p:not(.section-label) {
  color: var(--steel);
  line-height: 1.75;
  margin-top: 22px;
}

.system-list {
  align-content: start;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.system-list span {
  border-bottom: 1px solid var(--line);
  color: var(--graphite);
  font-size: 18px;
  font-weight: 750;
  padding: 22px 8px;
}

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

.product-card {
  border: 1px solid var(--line);
  min-width: 0;
}

.product-card-image {
  background: #e8eaeb;
  display: block;
  height: 286px;
  overflow: hidden;
  position: relative;
}

.product-card-image img {
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
  width: 100%;
}

.product-card:hover .product-card-image img {
  transform: scale(1.035);
}

.product-card-image > span {
  background: var(--blue);
  bottom: 0;
  color: var(--white);
  font-size: 11px;
  font-weight: 850;
  left: 0;
  padding: 11px 14px;
  position: absolute;
}

.product-card-body {
  padding: 28px;
}

.product-eyebrow {
  color: var(--blue);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.product-card h3 {
  font-size: 26px;
  margin-top: 8px;
}

.product-card-body > p:not(.product-eyebrow) {
  color: var(--steel);
  line-height: 1.65;
  margin-top: 16px;
}

.product-card dl {
  border-top: 1px solid var(--line);
  margin: 26px 0;
}

.product-card dl > div {
  border-bottom: 1px solid var(--line);
  padding: 12px 0;
}

.product-card dt {
  color: var(--steel);
  font-size: 10px;
  font-weight: 750;
  text-transform: uppercase;
}

.product-card dd {
  font-size: 12px;
  font-weight: 650;
  line-height: 1.45;
  margin: 5px 0 0;
}

.forged-showcase-section {
  background: var(--ink);
  color: var(--white);
  padding: 112px 0;
}

.forged-showcase-section h2,
.forged-showcase-section h3 {
  color: var(--white);
}

.forged-showcase-section .split-heading > p {
  color: rgba(255, 255, 255, 0.66);
}

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

.forged-showcase-grid article {
  border: 1px solid rgba(255, 255, 255, 0.18);
  min-width: 0;
}

.forged-showcase-image {
  background: #e7e9ea;
  height: 245px;
  overflow: hidden;
  position: relative;
}

.forged-showcase-image img {
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
  width: 100%;
}

.forged-showcase-grid article:hover img {
  transform: scale(1.035);
}

.forged-showcase-grid article > div:last-child {
  min-height: 190px;
  padding: 24px 20px;
}

.forged-showcase-grid h3 {
  font-size: 19px;
  line-height: 1.35;
}

.forged-showcase-grid p {
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  line-height: 1.65;
  margin-top: 13px;
}

.showcase-note {
  color: rgba(255, 255, 255, 0.48);
  font-size: 11px;
  line-height: 1.6;
  margin-top: 26px;
  max-width: 850px;
}

.home-products {
  background: var(--white);
}

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

.spectrum-stats > div {
  border-left: 1px solid rgba(255, 255, 255, 0.22);
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  min-height: 132px;
  padding: 24px;
}

.spectrum-stats strong,
.spectrum-stats span {
  display: block;
}

.spectrum-stats strong {
  color: var(--white);
  font-size: 21px;
}

.spectrum-stats span {
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  line-height: 1.5;
  margin-top: 10px;
}

.application-grid {
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 32px;
}

.application-grid > div {
  border-bottom: 1px solid var(--line);
  border-right: 1px solid var(--line);
  min-height: 130px;
  padding: 22px;
}

.application-grid > div:nth-child(4n) {
  border-right: 0;
}

.application-grid span,
.component-list span,
.quality-flow span,
.process-chain span,
.response-grid span {
  color: var(--blue);
  display: block;
  font-size: 11px;
  font-weight: 850;
}

.application-grid strong {
  display: block;
  font-size: 18px;
  margin-top: 42px;
}

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

.capability-grid article {
  background: var(--paper);
  min-height: 300px;
  padding: 28px;
}

.capability-grid h3 {
  font-size: 23px;
  margin-top: 52px;
}

.capability-grid strong {
  color: var(--blue-deep);
  display: block;
  font-size: 14px;
  margin-top: 12px;
}

.capability-grid p {
  color: var(--steel);
  line-height: 1.65;
  margin-top: 18px;
}

.materials-page-grid {
  align-items: start;
}

.standards-table {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.standards-table > div {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  min-height: 64px;
}

.standards-table span {
  color: rgba(255, 255, 255, 0.72);
}

.standards-table strong {
  color: var(--white);
  font-size: 13px;
}

.quality-page-grid {
  align-items: center;
}

.quality-page-image {
  min-height: 580px;
}

.quality-page-image img,
.component-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.quality-page-grid > div:last-child > p:not(.section-label) {
  color: var(--steel);
  line-height: 1.75;
  margin-top: 22px;
}

.quality-page-grid .text-link {
  margin-top: 28px;
}

.quality-checklist {
  margin-top: 36px;
}

.quality-checklist li {
  padding: 15px 0;
}

.process-chain-section,
.quality-flow-section {
  background: var(--paper);
}

.process-chain,
.quality-flow {
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin-top: 28px;
}

.process-chain > div,
.quality-flow > div {
  border-right: 1px solid var(--line);
  min-height: 150px;
  padding: 22px;
}

.process-chain > div:last-child,
.quality-flow > div:last-child {
  border-right: 0;
}

.process-chain strong,
.quality-flow strong {
  display: block;
  font-size: 14px;
  line-height: 1.4;
  margin-top: 52px;
}

.contact-page-section {
  background: var(--paper);
}

.contact-page-grid {
  display: grid;
  gap: 70px;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
}

.contact-details > p:not(.section-label) {
  color: var(--steel);
  line-height: 1.75;
  margin-top: 22px;
}

.contact-details address {
  display: flex;
  flex-direction: column;
  font-style: normal;
  line-height: 1.7;
  margin-top: 38px;
}

.contact-details address strong {
  margin-bottom: 8px;
}

.contact-lines {
  border-top: 1px solid var(--line);
  margin-top: 38px;
}

.contact-lines > * {
  border-bottom: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 17px 0;
}

.contact-lines span {
  color: var(--steel);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.contact-lines strong {
  font-size: 16px;
  overflow-wrap: anywhere;
}

.contact-form-panel {
  background: var(--white);
  border-top: 4px solid var(--blue);
  padding: 40px;
}

.contact-form-panel h2 {
  font-size: 32px;
  margin-bottom: 28px;
}

.contact-form-panel .contact-form {
  background: transparent;
  padding: 0;
}

.response-section {
  background: var(--blue-deep);
  color: var(--white);
}

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

.response-grid > div {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  min-height: 220px;
  padding: 40px 40px 36px 0;
}

.response-grid > div + div {
  padding-left: 40px;
}

.response-grid > div:last-child {
  border-right: 0;
}

.response-grid span {
  color: #9eabff;
}

.response-grid strong {
  display: block;
  font-size: 20px;
  margin-top: 42px;
}

.response-grid p {
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.6;
  margin-top: 12px;
}

.detail-intro-grid {
  align-items: start;
}

.detail-lead > p {
  color: var(--steel);
  font-size: 18px;
  line-height: 1.75;
}

.detail-specs {
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 38px;
}

.detail-specs > div {
  border-bottom: 1px solid var(--line);
  min-height: 110px;
  padding: 18px 18px 18px 0;
}

.detail-specs span,
.detail-specs strong {
  display: block;
}

.detail-specs span {
  color: var(--steel);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.detail-specs strong {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 9px;
}

.component-examples {
  background: var(--ink);
  color: var(--white);
}

.component-examples-grid {
  align-items: stretch;
}

.component-image {
  min-height: 620px;
}

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

.component-list {
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  margin-top: 38px;
}

.component-list > div {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  display: grid;
  gap: 20px;
  grid-template-columns: 38px 1fr;
  min-height: 62px;
}

.component-list span {
  color: #9eabff;
}

.component-list strong {
  font-size: 15px;
}

.catalog-note {
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
  line-height: 1.65;
  margin-top: 28px;
}

.quality-flow {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.quality-intro-section,
.quality-methods-section,
.delivery-process-section,
.quality-flow-section {
  padding: 112px 0;
}

.quality-intro-grid {
  align-items: start;
  display: grid;
  gap: 90px;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
}

.quality-intro-grid h2 {
  max-width: 680px;
}

.quality-lead {
  color: var(--steel);
  font-size: 19px;
  line-height: 1.75;
  margin-top: 28px;
  max-width: 690px;
}

.quality-principles {
  border-left: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.quality-principles > div {
  border-bottom: 1px solid var(--line);
  border-right: 1px solid var(--line);
  min-height: 220px;
  padding: 28px;
}

.quality-principles span,
.quality-method-grid article > span {
  color: var(--blue);
  font-size: 11px;
  font-weight: 850;
}

.quality-principles strong {
  display: block;
  font-size: 20px;
  margin-top: 54px;
}

.quality-principles p {
  color: var(--steel);
  font-size: 14px;
  line-height: 1.65;
  margin-top: 12px;
}

.quality-evidence-section {
  background: var(--ink);
  color: var(--white);
  padding: 112px 0;
}

.quality-evidence-grid {
  align-items: center;
  display: grid;
  gap: 82px;
  grid-template-columns: minmax(0, 1.18fr) minmax(0, 0.82fr);
}

.quality-evidence-media {
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.65fr);
  min-height: 600px;
}

.quality-evidence-media img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.quality-evidence-detail {
  object-position: 58% center;
}

.quality-evidence-grid h2 {
  color: var(--white);
}

.quality-evidence-grid > div:last-child > p:not(.section-label) {
  color: rgba(255, 255, 255, 0.66);
  line-height: 1.75;
  margin-top: 26px;
}

.quality-checklist-dark li {
  border-color: rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.8);
}

.quality-checklist-dark li::before {
  color: #8bc2db;
}

.quality-methods-section {
  background: var(--paper);
}

.quality-method-grid {
  border-left: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 58px;
}

.quality-method-grid article {
  background: var(--white);
  border-bottom: 1px solid var(--line);
  border-right: 1px solid var(--line);
  min-height: 290px;
  padding: 30px;
}

.quality-method-grid h3 {
  font-size: 23px;
  margin-top: 64px;
}

.quality-method-grid p {
  color: var(--steel);
  font-size: 14px;
  line-height: 1.7;
  margin-top: 16px;
}

.certificates-section {
  background: #192128;
  color: var(--white);
  padding: 112px 0;
}

.certificates-heading {
  align-items: end;
  display: grid;
  gap: 90px;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
}

.certificates-heading h2 {
  color: var(--white);
  max-width: 790px;
}

.certificates-heading > p {
  color: rgba(255, 255, 255, 0.64);
  line-height: 1.7;
}

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

.certificate-grid article {
  border: 1px solid rgba(255, 255, 255, 0.18);
  min-height: 430px;
  padding: 28px 24px;
}

.iso-mark {
  align-items: center;
  border: 2px solid rgba(255, 255, 255, 0.9);
  display: grid;
  height: 112px;
  justify-content: center;
  text-align: center;
  width: 112px;
}

.iso-mark span {
  align-self: end;
  font-size: 25px;
  font-weight: 850;
  line-height: 1;
}

.iso-mark strong {
  align-self: start;
  color: #8bc2db;
  font-size: 17px;
  margin-top: 7px;
}

.certificate-grid h3 {
  color: var(--white);
  font-size: 20px;
  margin-top: 52px;
}

.certificate-grid p {
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  line-height: 1.7;
  margin-top: 14px;
}

.certificate-grid small {
  color: #8bc2db;
  display: block;
  font-size: 10px;
  font-weight: 780;
  margin-top: 26px;
  text-transform: uppercase;
}

.certificate-notice {
  align-items: start;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  display: grid;
  gap: 60px;
  grid-template-columns: 260px minmax(0, 1fr);
  margin-top: 58px;
  padding-top: 30px;
}

.certificate-notice strong {
  font-size: 14px;
}

.certificate-notice p {
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  line-height: 1.7;
  margin: 0;
  max-width: 820px;
}

.quality-flow-wide > div {
  min-height: 220px;
}

.quality-flow-wide p {
  color: var(--steel);
  font-size: 12px;
  line-height: 1.55;
  margin-top: 14px;
}

.delivery-process-section {
  background: var(--paper);
}

.delivery-process-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 58px;
}

.delivery-process-grid article {
  background: var(--white);
  border: 1px solid var(--line);
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  min-height: 300px;
}

.delivery-process-grid img {
  height: 100%;
  min-height: 298px;
  object-fit: cover;
  width: 100%;
}

.delivery-process-grid article > div {
  padding: 28px;
}

.delivery-process-grid span {
  color: var(--blue);
  font-size: 11px;
  font-weight: 850;
}

.delivery-process-grid h3 {
  font-size: 22px;
  margin-top: 54px;
}

.delivery-process-grid p {
  color: var(--steel);
  font-size: 14px;
  line-height: 1.7;
  margin-top: 15px;
}

.home-quality-link {
  align-items: center;
  border-top: 1px solid var(--line);
  display: flex;
  gap: 50px;
  justify-content: space-between;
  margin-top: 54px;
  padding-top: 34px;
}

.home-quality-link > div {
  align-items: center;
  display: flex;
  gap: 22px;
}

.home-quality-link p {
  color: var(--steel);
  line-height: 1.55;
  margin: 0;
  max-width: 690px;
}

.home-iso-mark {
  align-items: center;
  border: 2px solid var(--blue);
  color: var(--blue);
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 18px;
  font-weight: 850;
  height: 58px;
  justify-content: center;
  width: 58px;
}

@media (max-width: 1080px) {
  .brand-lockup > span:last-child {
    display: none;
  }

  .desktop-nav {
    gap: 18px;
  }

  .desktop-nav a {
    font-size: 12px;
  }

  .nav-cta {
    margin-left: 20px;
  }

  .company-grid,
  .industries-grid,
  .component-spectrum {
    gap: 58px;
  }

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

  .service-list article {
    border-bottom: 1px solid #bfc6cb;
  }

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

  .production-feature {
    grid-column: span 2;
  }

  .process-flow {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 26px;
  }

  .partner-strip {
    grid-template-columns: repeat(3, 1fr);
    padding: 28px 0;
  }

  .contact-grid {
    gap: 60px;
  }

  .story-grid,
  .locations-layout,
  .engineering-systems-grid,
  .product-spectrum-grid,
  .materials-page-grid,
  .quality-page-grid,
  .detail-intro-grid,
  .component-examples-grid {
    gap: 56px;
  }

  .product-grid {
    gap: 14px;
  }

  .product-card-body {
    padding: 22px;
  }

  .project-path,
  .process-chain,
  .quality-flow {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 1px;
  }

  .quality-flow > div:nth-child(3),
  .process-chain > div:nth-child(3) {
    border-right: 0;
  }

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

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

  .quality-intro-grid,
  .quality-evidence-grid {
    gap: 54px;
  }

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

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

@media (max-width: 860px) {
  section[id] {
    scroll-margin-top: 106px;
  }

  .utility-inner > span,
  .utility-divider,
  .utility-inner > div > a {
    display: none;
  }

  .utility-inner {
    justify-content: flex-end;
  }

  .brand-lockup > span:last-child,
  .desktop-nav,
  .nav-cta {
    display: none;
  }

  .legal-header .brand-lockup > span:last-child {
    display: inline-flex;
  }

  .nav-row {
    justify-content: space-between;
    min-height: 72px;
  }

  .mobile-menu {
    display: block;
    position: relative;
  }

  .mobile-menu summary {
    cursor: pointer;
    display: grid;
    gap: 5px;
    list-style: none;
    padding: 12px 4px 12px 16px;
  }

  .mobile-menu summary::-webkit-details-marker {
    display: none;
  }

  .mobile-menu summary span {
    background: var(--ink);
    display: block;
    height: 2px;
    width: 25px;
  }

  .mobile-menu nav {
    background: var(--white);
    border: 1px solid var(--line);
    box-shadow: 0 12px 30px rgba(16, 24, 32, 0.14);
    display: grid;
    min-width: 250px;
    padding: 12px;
    position: absolute;
    right: 0;
    top: 48px;
  }

  .mobile-menu nav a {
    border-bottom: 1px solid var(--line);
    font-size: 14px;
    font-weight: 650;
    padding: 13px 10px;
  }

  .hero {
    min-height: 760px;
    padding-top: 106px;
  }

  .hero-inner {
    align-items: end;
    grid-template-columns: 1fr;
    min-height: 654px;
    padding-bottom: 96px;
    padding-top: 70px;
  }

  .hero-facts {
    display: none;
  }

  .company-grid,
  .split-heading,
  .production-heading,
  .range-grid,
  .component-spectrum,
  .quality-grid,
  .engineering-inner,
  .industries-grid,
  .network-grid,
  .contact-grid,
  .footer-main {
    grid-template-columns: 1fr;
  }

  .company-copy {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding-left: 0;
    padding-top: 36px;
  }

  .production-heading .section-label {
    grid-column: auto;
  }

  .range-media {
    min-height: 520px;
  }

  .engineering-inner {
    align-items: end;
    gap: 42px;
  }

  .contact-grid {
    gap: 50px;
  }

  .footer-main {
    gap: 36px;
  }

  .page-hero {
    min-height: 520px;
    padding-top: 106px;
  }

  .page-hero-inner {
    min-height: 414px;
  }

  .page-cta-inner,
  .story-grid,
  .locations-layout,
  .engineering-systems-grid,
  .product-spectrum-grid,
  .materials-page-grid,
  .quality-page-grid,
  .detail-intro-grid,
  .component-examples-grid,
  .contact-page-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .quality-intro-grid,
  .quality-evidence-grid,
  .certificates-heading {
    grid-template-columns: minmax(0, 1fr);
  }

  .quality-evidence-media {
    min-height: 480px;
  }

  .certificates-heading {
    gap: 30px;
  }

  .page-cta-inner {
    gap: 34px;
  }

  .page-cta .button {
    width: fit-content;
  }

  .story-grid {
    gap: 50px;
  }

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

  .purpose-grid article {
    min-height: 360px;
    padding-left: 0;
  }

  .purpose-grid article + article {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-left: 0;
  }

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

  .values-grid article,
  .values-grid article + article {
    border-bottom: 1px solid var(--line);
    border-right: 0;
    min-height: 210px;
    padding-left: 0;
  }

  .values-grid h3 {
    margin-top: 36px;
  }

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

  .service-detail-grid article,
  .service-detail-grid article:nth-child(4),
  .service-detail-grid article:nth-child(5) {
    grid-column: auto;
  }

  .service-detail-grid article:last-child {
    grid-column: span 2;
  }

  .product-card {
    display: grid;
    grid-template-columns: minmax(240px, 0.85fr) 1.15fr;
  }

  .product-card-image {
    height: 100%;
    min-height: 410px;
  }

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

  .application-grid > div:nth-child(2n) {
    border-right: 0;
  }

  .contact-page-grid {
    gap: 44px;
  }

  .component-image {
    min-height: 480px;
  }

  .detail-intro-grid {
    gap: 36px;
  }

  .process-visual-image {
    height: 300px;
  }
}

@media (max-width: 620px) {
  .shell {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brand {
    width: 116px;
  }

  .hero {
    min-height: 720px;
  }

  .hero-media {
    object-position: 57% center;
  }

  .hero-overlay {
    background: linear-gradient(90deg, rgba(7, 12, 17, 0.93), rgba(7, 12, 17, 0.55));
  }

  .hero-inner {
    min-height: 614px;
    padding-bottom: 90px;
  }

  h1 {
    font-size: clamp(28px, 9vw, 38px);
  }

  h2 {
    font-size: clamp(27px, 8.6vw, 36px);
  }

  .legal-content h1 {
    font-size: clamp(26px, 8vw, 38px);
  }

  .product-card h3 {
    font-size: clamp(19px, 6.2vw, 26px);
  }

  .hero-caption {
    grid-template-columns: repeat(2, 1fr);
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-caption a,
  .hero-caption span {
    font-size: 9px;
    min-height: 46px;
    padding-left: 10px;
    padding-right: 6px;
  }

  .company-section,
  .services-section,
  .range-section,
  .quality-section,
  .industries-section,
  .partners-section {
    padding: 78px 0;
  }

  .company-grid {
    gap: 38px;
  }

  .company-copy .large-copy {
    font-size: 20px;
  }

  .principles,
  .service-list,
  .production-grid,
  .industry-list,
  .form-row {
    grid-template-columns: 1fr;
  }

  .principles {
    gap: 16px;
  }

  .service-list article,
  .service-list article:not(:first-child) {
    border-right: 0;
    min-height: 260px;
    padding-left: 0;
    padding-right: 0;
  }

  .service-number {
    margin-bottom: 40px;
  }

  .production-section {
    padding-top: 80px;
  }

  .production-grid article,
  .production-feature {
    grid-column: auto;
    min-height: 430px;
  }

  .production-grid article > div {
    padding: 24px 20px;
  }

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

  .process-flow > div {
    min-height: 96px;
  }

  .range-grid {
    gap: 44px;
  }

  .component-spectrum {
    margin-top: 64px;
    padding-top: 54px;
  }

  .spectrum-columns > div,
  .spectrum-columns ul {
    grid-template-columns: 1fr;
  }

  .range-media {
    min-height: 440px;
  }

  .specification > div {
    grid-template-columns: 1fr;
  }

  .standards-panel,
  .grades-panel,
  .contact-form {
    padding: 24px 20px;
  }

  .grade-row {
    font-size: 11px;
    gap: 8px;
  }

  .grades-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .engineering-section,
  .engineering-inner {
    min-height: 700px;
  }

  .engineering-inner {
    padding-bottom: 66px;
    padding-top: 66px;
  }

  .industry-list > div:nth-child(odd),
  .industry-list > div:nth-child(even) {
    border-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .network-section {
    padding: 76px 0;
  }

  .location-list > div {
    align-items: start;
    gap: 10px;
    grid-template-columns: 34px 1fr;
    padding: 18px 0;
  }

  .location-list small {
    grid-column: 2;
  }

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

  .contact-section {
    padding: 78px 0;
  }

  .footer-legal {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 14px;
    justify-content: center;
    padding-bottom: 20px;
    padding-top: 20px;
  }

  .footer-credit {
    justify-self: auto;
  }

  .message-page {
    padding: 18px;
  }

  .page-hero {
    min-height: 500px;
  }

  .page-hero-inner {
    min-height: 394px;
    padding-bottom: 50px;
  }

  .page-hero h1 {
    font-size: clamp(25px, 7.4vw, 32px);
  }

  .page-hero-inner > p:last-child {
    font-size: 17px;
  }

  .story-section,
  .service-page-section,
  .products-page-section,
  .capability-section,
  .contact-page-section,
  .values-section,
  .locations-section,
  .industry-applications,
  .engineering-systems,
  .quality-page-section,
  .process-chain-section,
  .detail-intro,
  .component-examples,
  .quality-flow-section {
    padding: 76px 0;
  }

  .page-cta {
    padding: 66px 0;
  }

  .page-cta h2 {
    font-size: 32px;
  }

  .story-index strong {
    font-size: 62px;
  }

  .purpose-grid article {
    min-height: 0;
    padding: 64px 0;
  }

  .purpose-grid h2 {
    font-size: clamp(24px, 8vw, 32px);
  }

  .location-cards > div {
    align-items: start;
    gap: 7px;
    grid-template-columns: 38px 1fr;
    padding: 18px 0;
  }

  .location-cards small {
    grid-column: 2;
  }

  .service-detail-grid,
  .product-card,
  .capability-grid,
  .spectrum-stats,
  .detail-specs,
  .response-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .service-detail-grid article,
  .service-detail-grid article:last-child {
    grid-column: auto;
    min-height: 320px;
  }

  .product-card-image {
    height: 260px;
    min-height: 0;
  }

  .product-card-body {
    padding: 24px 20px;
  }

  .section-action {
    justify-content: stretch;
  }

  .section-action .button {
    justify-content: center;
    width: 100%;
  }

  .project-path,
  .process-chain,
  .quality-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .project-path article,
  .project-path article + article {
    min-height: 220px;
    padding: 22px 16px;
  }

  .project-path article:nth-child(2n),
  .process-chain > div:nth-child(2n),
  .quality-flow > div:nth-child(2n) {
    border-right: 0;
  }

  .process-chain > div,
  .quality-flow > div {
    min-height: 132px;
    padding: 18px 12px;
  }

  .application-grid > div {
    padding: 18px 14px;
  }

  .application-grid strong {
    font-size: 15px;
  }

  .quality-page-image,
  .component-image {
    min-height: 400px;
  }

  .contact-form-panel {
    padding: 30px 20px;
  }

  .response-grid > div,
  .response-grid > div + div {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-right: 0;
    min-height: 190px;
    padding: 34px 0;
  }

  .component-list > div {
    align-items: start;
    padding: 16px 0;
  }

  .process-visual-section,
  .forged-showcase-section {
    padding: 76px 0;
  }

  .process-visual-grid,
  .forged-showcase-grid {
    grid-template-columns: 1fr;
  }

  .process-visual-image,
  .forged-showcase-image {
    height: 260px;
  }

  .process-visual-grid article > div:last-child,
  .forged-showcase-grid article > div:last-child {
    min-height: 0;
    padding: 24px 20px;
  }

  .quality-intro-section,
  .quality-methods-section,
  .delivery-process-section,
  .quality-flow-section,
  .quality-evidence-section,
  .certificates-section {
    padding: 76px 0;
  }

  .quality-intro-grid h2 {
    font-size: 32px;
  }

  .quality-principles,
  .quality-method-grid,
  .certificate-grid,
  .delivery-process-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .quality-evidence-media {
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
  }

  .quality-evidence-media img {
    height: 290px;
  }

  .quality-method-grid article {
    min-height: 250px;
  }

  .certificate-grid article {
    min-height: 390px;
  }

  .certificate-notice {
    gap: 16px;
    grid-template-columns: minmax(0, 1fr);
  }

  .delivery-process-grid article {
    grid-template-columns: minmax(0, 1fr);
  }

  .delivery-process-grid img {
    height: 260px;
    min-height: 0;
  }

  .home-quality-link,
  .home-quality-link > div {
    align-items: flex-start;
    flex-direction: column;
  }

  .home-quality-link .button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* Bilingual railway edition */
.language-switcher {
  align-items: stretch;
  display: inline-flex;
  height: 34px;
}

.language-switcher a {
  align-items: center;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  display: inline-flex;
  gap: 6px;
  justify-content: center;
  min-width: 62px;
  padding: 0 10px;
}

.language-switcher a.active {
  background: var(--blue);
  color: var(--white);
}

.language-switcher a img {
  border: 1px solid rgba(255,255,255,.32);
  flex: 0 0 auto;
  height: 14px;
  max-height: 14px;
  max-width: 22px;
  min-width: 22px;
  object-fit: cover;
  width: 22px;
}

.language-switcher a b {
  font-size: 10px;
  font-weight: 850;
}

.mobile-languages {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.mobile-languages a {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: center;
  text-align: center;
}

.mobile-languages img { flex: 0 0 auto; height: 14px; max-height: 14px; max-width: 24px; min-width: 24px; object-fit: cover; width: 24px; }

.hero {
  height: calc(100vh - 40px);
  min-height: 640px;
  max-height: 740px;
  padding-top: 118px;
}

.hero-inner {
  min-height: calc(100% - 118px);
  padding-top: 35px;
}

.hero h1 { font-size: clamp(46px, 5.2vw, 66px); }

.hero + .company-section { padding-top: 24px; }

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

.product-grid-four .product-card {
  display: grid;
  grid-template-columns: minmax(250px, 0.9fr) 1.1fr;
}

.product-grid-four .product-card-image {
  height: 100%;
  min-height: 470px;
}

.rail-focus-section,
.product-spectrum-section,
.quality-teaser {
  background: #101820;
  color: var(--white);
  padding: 110px 0;
}

.rail-focus-grid,
.product-spectrum-grid,
.quality-teaser-grid {
  align-items: center;
  display: grid;
  gap: 72px;
  grid-template-columns: 1.05fr 0.95fr;
}

.rail-focus-media {
  height: 560px;
  overflow: hidden;
}

.rail-focus-media img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.rail-focus-grid h2,
.product-spectrum-grid h2,
.quality-teaser-grid h2 {
  color: var(--white);
  margin-top: 18px;
}

.rail-focus-grid p:not(.section-label),
.product-spectrum-grid p:not(.section-label),
.quality-teaser-grid p:not(.section-label) {
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
  line-height: 1.75;
  margin: 24px 0 34px;
}

.quality-teaser {
  background: #18344a;
  padding: 72px 0;
}

.quality-teaser-grid {
  grid-template-columns: minmax(0, 1fr) auto;
}

.quality-teaser-grid p:not(.section-label) {
  margin-bottom: 0;
}

.spectrum-columns-dark {
  border-top-color: rgba(255,255,255,.22);
  display: grid;
  gap: 0;
  grid-template-columns: 1fr;
}

.spectrum-columns-dark > div {
  border-bottom: 1px solid rgba(255,255,255,.18);
  display: grid;
  gap: 24px;
  grid-template-columns: 150px 1fr;
  padding: 22px 0;
}

.spectrum-columns-dark span {
  color: #8fc5e8;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.spectrum-columns-dark p {
  font-size: 15px !important;
  margin: 0 !important;
}

@media (max-width: 1100px) {
  .utility-inner > div { gap: 12px; }
  .utility-inner > div > a { display: none; }
  .product-grid-four .product-card { grid-template-columns: minmax(0, 1fr); }
  .product-grid-four .product-card-image { min-height: 330px; }
}

@media (max-width: 860px) {
  .rail-focus-grid,
  .product-spectrum-grid { grid-template-columns: 1fr; }
  .rail-focus-media { height: 440px; }
  .quality-teaser-grid { align-items: start; grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .language-switcher a { min-width: 54px; padding: 0 7px; }
  .language-switcher a img { height: 14px; max-height: 14px; max-width: 24px; min-width: 24px; width: 24px; }
  .hero { height: calc(100svh - 60px); min-height: 650px; max-height: 780px; padding-top: 106px; }
  .hero-inner { min-height: calc(100% - 106px); padding-bottom: 86px; padding-top: 34px; }
  .product-grid-four { grid-template-columns: minmax(0, 1fr); }
  .product-grid-four .product-card-image { min-height: 270px; }
  .rail-focus-section,
  .product-spectrum-section { padding: 76px 0; }
  .rail-focus-media { height: 330px; }
  .spectrum-columns-dark > div { grid-template-columns: 1fr; gap: 8px; }
}

/* W14 rail fastening system */
.product-card-featured {
  grid-column: 1 / -1;
}

.product-diagram {
  background: var(--white);
}

.product-diagram img {
  object-fit: contain;
  padding: 24px;
}

.w14-spec-section {
  background: var(--white);
  padding: 112px 0;
}

.w14-specification > div {
  grid-template-columns: minmax(220px, 0.9fr) minmax(0, 1.4fr);
}

.w14-specification strong {
  line-height: 1.5;
  text-align: left;
}

.w14-legend {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  margin-top: 24px;
}

.w14-legend strong,
.w14-legend span {
  font-size: 12px;
}

.w14-legend strong {
  color: var(--blue-deep);
  text-transform: uppercase;
}

.w14-legend span {
  color: var(--steel);
}

.w14-component-image {
  align-items: center;
  background: var(--white);
  display: flex;
  padding: 24px;
}

.w14-component-feature {
  padding: 72px 0;
}

.w14-component-image img {
  height: auto;
  object-fit: contain;
}

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

.w14-evidence-grid > div {
  min-height: 240px;
}

.w14-evidence-grid p {
  color: var(--steel);
  font-size: 13px;
  line-height: 1.65;
  margin-top: 18px;
}

@media (max-width: 860px) {
  .w14-evidence-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .w14-evidence-grid > div,
  .w14-evidence-grid > div:nth-child(2n) {
    border-bottom: 1px solid var(--line);
    border-right: 0;
    min-height: 0;
  }
}

@media (max-width: 620px) {
  .w14-spec-section {
    padding: 76px 0;
  }

  .w14-specification > div {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
  }

  .product-diagram img,
  .w14-component-image {
    padding: 12px;
  }

  .w14-component-feature {
    padding: 52px 0;
  }
}

/* ------------------------------------------------------------------ *
 *  Über den Adminbereich gepflegte Inhalte
 *  (ergänzende Regeln – bestehende Gestaltung bleibt unverändert)
 * ------------------------------------------------------------------ */

.iso-mark-image {
  background: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.38);
  display: block;
  height: 158px;
  overflow: hidden;
  padding: 0;
  transition: border-color 200ms ease;
  width: 112px;
}

a.iso-mark-image:hover {
  border-color: #8bc2db;
}

.iso-mark-image img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  width: 100%;
}

.certificate-link {
  border-bottom: 1px solid rgba(139, 194, 219, 0.5);
  color: #8bc2db;
  display: inline-block;
  font-size: 10px;
  font-weight: 780;
  letter-spacing: 0.04em;
  margin-top: 26px;
  padding-bottom: 3px;
  text-decoration: none;
  text-transform: uppercase;
}

.certificate-link:hover {
  border-bottom-color: #8bc2db;
  color: var(--white);
}

.gfa-product-gallery {
  padding-top: 0;
}

.gfa-product-gallery .product-card-image {
  cursor: default;
}

.gfa-product-gallery a.product-card-image {
  cursor: pointer;
}

@media (max-width: 900px) {
  .iso-mark-image { height: 96px; width: 96px; }
}

/* ------------------------------------------------------------------ *
 *  Kundenrevision – Tastaturbedienung
 *  Sichtbarer Fokus, ohne die Gestaltung bei Mausbedienung zu ändern.
 * ------------------------------------------------------------------ */

a:focus-visible,
button:focus-visible,
summary:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 2px;
}

.hero-caption a:focus-visible,
.light-link:focus-visible,
.hero-actions a:focus-visible,
.footer-credit:focus-visible,
.utility-inner a:focus-visible,
.language-switcher a:focus-visible,
.footer-nav a:focus-visible,
.footer-contact a:focus-visible,
.footer-legal a:focus-visible {
  outline-color: var(--white);
}

/* ------------------------------------------------------------------ *
 *  Sehr schmale Geräte (< 360 px)
 *  Die Hero-Überschrift skaliert weiter mit, damit lange deutsche und
 *  englische Wörter vollständig in eine Zeile passen.
 * ------------------------------------------------------------------ */

@media (max-width: 360px) {
  .hero h1 {
    font-size: clamp(28px, 11vw, 46px);
  }
}
