:root {
  --ink: #12242a;
  --ink-2: #243c43;
  --charcoal: #0c1417;
  --steel: #637478;
  --line: #d4dbd7;
  --paper: #f4f5ef;
  --mist: #e8eee9;
  --white: #ffffff;
  --teal: #0b8f93;
  --teal-deep: #08666b;
  --amber: #c78c30;
  --amber-soft: #f2cf87;
  --shadow: 0 24px 60px rgba(9, 24, 27, 0.16);
  --container: min(1180px, calc(100vw - 40px));
  --radius: 8px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}

body.menu-open { overflow: hidden; }

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }

.container {
  width: var(--container);
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  inset-block-start: 12px;
  inset-inline-start: 12px;
  z-index: 100;
  padding: 10px 14px;
  background: var(--amber);
  color: var(--ink);
  border-radius: var(--radius);
  transform: translateY(-150%);
}

.skip-link:focus { transform: translateY(0); }

.number,
.product-title,
.product-detail-title,
.chip,
.spec-list dd,
.detail-specs dd {
  direction: ltr;
  unicode-bidi: isolate;
}

.mixed-spec {
  unicode-bidi: plaintext;
}

.top-strip {
  background: #071113;
  color: #dce5e2;
  font-size: 0.84rem;
}

.top-strip__inner {
  min-height: 36px;
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.top-strip a:hover { color: var(--amber-soft); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(18, 36, 42, 0.94);
  backdrop-filter: blur(14px);
  color: var(--white);
  border-bottom: 1px solid rgba(255,255,255,0.12);
}

.site-header.is-scrolled { box-shadow: 0 12px 30px rgba(0,0,0,0.2); }

.header-grid {
  min-height: 76px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
}

.brand { display: inline-flex; align-items: center; }
.brand img { width: 170px; height: auto; }

.main-nav {
  display: flex;
  justify-content: center;
  gap: 24px;
  font-size: 0.94rem;
}

.main-nav a {
  color: rgba(255,255,255,0.82);
  padding: 28px 0;
  border-bottom: 2px solid transparent;
}

.main-nav a:hover,
.main-nav a.is-active {
  color: var(--white);
  border-bottom-color: var(--amber);
}

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

.language-toggle,
.menu-toggle,
.quote-link,
.button {
  border-radius: var(--radius);
}

.language-toggle {
  min-width: 72px;
  padding: 9px 12px;
  color: var(--white);
  border: 1px solid rgba(255,255,255,0.24);
  background: transparent;
}

.quote-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  color: var(--ink);
  background: var(--amber-soft);
  font-weight: 700;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255,255,255,0.24);
  background: transparent;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: var(--white);
}

.mobile-nav {
  display: none;
  padding: 8px 20px 20px;
  background: var(--ink);
}

.mobile-nav a {
  display: block;
  padding: 12px 0;
  color: var(--white);
  border-bottom: 1px solid rgba(255,255,255,0.12);
}

.hero,
.page-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: var(--white);
}

.hero--home {
  min-height: clamp(520px, calc(100vh - 160px), 700px);
  display: grid;
  align-items: center;
}

.page-hero {
  min-height: 420px;
  display: grid;
  align-items: center;
}

.hero__media {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
}

.hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(5,12,14,0.84), rgba(10,24,28,0.5) 55%, rgba(7,15,17,0.15));
}

.hero__content,
.page-hero__content {
  max-width: 760px;
  padding-block: 84px;
}

.page-hero--about .page-hero__content {
  max-width: 920px;
}

.page-hero--about h1 {
  max-width: 920px;
  font-size: clamp(3.7rem, 4.8vw, 4.4rem);
  line-height: 1;
}

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

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

h1 {
  margin-bottom: 20px;
  font-size: 5.2rem;
  line-height: 0.95;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-size: 3.2rem;
  line-height: 1.04;
  letter-spacing: 0;
}

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

.hero__lead,
.page-hero__lead {
  max-width: 690px;
  color: rgba(255,255,255,0.88);
  font-size: 1.22rem;
}

.hero__actions,
.product-detail-actions,
.center-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 28px;
}

.center-actions { justify-content: center; }

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 11px 18px;
  border: 1px solid transparent;
  font-weight: 800;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

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

.button--primary {
  background: var(--amber);
  color: #101719;
}

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

.button--outline {
  border-color: rgba(18,36,42,0.35);
  color: var(--ink);
  background: transparent;
}

.section--dark .button--outline,
.page-hero .button--outline {
  border-color: rgba(255,255,255,0.35);
  color: var(--white);
}

.button--full { width: 100%; }

.feature-strip {
  background: var(--charcoal);
  color: var(--white);
}

.feature-strip__grid {
  min-height: 138px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  align-items: center;
  text-align: center;
}

.feature-strip strong {
  display: block;
  margin-bottom: 10px;
  color: var(--white);
  font-size: 1.5rem;
}

.feature-strip span {
  color: rgba(255,255,255,0.78);
}

.section {
  padding: 88px 0;
}

.section--dark {
  background: var(--charcoal);
  color: var(--white);
}

.section--mist {
  background: var(--mist);
}

.section__head {
  max-width: 780px;
  margin-bottom: 42px;
}

.section__head--center {
  margin-inline: auto;
  text-align: center;
}

.section__head p,
.section-copy p {
  color: var(--steel);
  font-size: 1.05rem;
}

.section--dark .section__head p,
.section--dark .section-copy p,
.section--dark .leader-card p,
.section--dark .standards-grid p {
  color: rgba(255,255,255,0.75);
}

.split-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.85fr);
  gap: 56px;
  align-items: center;
}

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

.solution-card,
.product-card,
.certificate-card,
.leader-card,
.contact-panel,
.rfq-form,
.profile-panel,
.detail-specs,
.spec-list,
.standards-grid article {
  border: 1px solid rgba(18,36,42,0.16);
  border-radius: var(--radius);
  background: rgba(255,255,255,0.62);
}

.solution-card {
  text-align: center;
  padding-bottom: 22px;
  overflow: hidden;
}

.solution-card img {
  width: 100%;
  aspect-ratio: 16 / 6;
  object-fit: cover;
  margin-bottom: 20px;
}

.solution-card h3,
.solution-card p {
  padding-inline: 20px;
}

.solution-card p,
.product-card p,
.certificate-card p {
  color: var(--steel);
}

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

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

.product-category-nav {
  background: var(--ink);
  border-top: 1px solid rgba(255,255,255,0.1);
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

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

.product-category-nav a {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: center;
  padding: 14px 18px;
  border-inline-end: 1px solid rgba(255,255,255,0.12);
  color: #fff;
  font-weight: 800;
  text-align: center;
}

.product-category-nav a:first-child {
  border-inline-start: 1px solid rgba(255,255,255,0.12);
}

.product-category-nav a:hover,
.product-category-nav a:focus-visible {
  background: var(--blue);
}

.product-families__list {
  border-bottom: 1px solid var(--line);
}

.product-family {
  border-top: 1px solid var(--line);
  scroll-margin-top: 120px;
}

.product-family > summary {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr) 48px;
  min-height: 150px;
  align-items: stretch;
  cursor: pointer;
  list-style: none;
}

.product-family > summary::-webkit-details-marker {
  display: none;
}

.product-family__media {
  min-height: 150px;
  background-position: center;
  background-size: cover;
}

.product-family__summary-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  padding: 28px 34px;
}

.product-family__summary-copy strong {
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(1.55rem, 2.4vw, 2.4rem);
  line-height: 1.05;
}

.product-family__summary-copy small {
  max-width: 760px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.6;
}

.product-family__toggle {
  align-self: center;
  justify-self: center;
  color: var(--blue);
  font-size: 2rem;
  transition: transform 0.2s ease;
}

.product-family[open] .product-family__toggle {
  transform: rotate(45deg);
}

.product-family__content {
  padding: 12px 0 58px;
}

.product-family__empty {
  padding: 28px 32px;
  border-inline-start: 4px solid var(--gold);
  background: var(--mist);
}

.product-family__empty h3 {
  margin-bottom: 8px;
}

.product-family__empty p {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
}

.product-card {
  overflow: hidden;
  background: var(--paper);
  display: grid;
  grid-template-rows: auto 1fr;
  height: 100%;
}

.section--dark .product-card {
  background: #121d20;
  border-color: rgba(255,255,255,0.12);
}

.product-card__image img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 8;
  object-fit: cover;
}

.product-card__body {
  display: grid;
  grid-template-rows: auto auto auto auto;
  align-content: start;
  padding: 22px;
}

.product-title {
  min-height: 64px;
}

.product-card__body p {
  min-height: 104px;
}

.chip-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 16px 0 20px;
  min-height: 38px;
  align-items: stretch;
}

.chip {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 30px;
  padding: 5px 10px;
  border: 1px solid rgba(18,36,42,0.25);
  border-radius: 6px;
  font-size: 0.78rem;
  text-align: center;
}

.section--dark .chip {
  border-color: rgba(255,255,255,0.2);
  color: rgba(255,255,255,0.86);
}

.image-panel {
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.image-panel img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.profile-panel,
.contact-panel,
.rfq-form,
.detail-specs,
.spec-list {
  padding: 28px;
  box-shadow: var(--shadow);
}

.profile-panel ul,
.check-list {
  padding-inline-start: 20px;
  margin-bottom: 0;
}

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

.leader-card {
  grid-column: span 3;
  padding: 24px;
  text-align: center;
  background: transparent;
  border-color: rgba(255,255,255,0.12);
}

.leader-card:nth-child(-n+3) {
  grid-column: span 4;
}

.leader-role {
  color: var(--amber-soft) !important;
  font-weight: 800;
}

.leader-years {
  color: var(--white) !important;
  font-weight: 700;
}

.technical-grid,
.detail-layout,
.contact-grid,
.product-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.85fr);
  gap: 48px;
  align-items: start;
}

.spec-list,
.detail-specs {
  display: grid;
  gap: 0;
}

.spec-list div,
.detail-specs div {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 18px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(18,36,42,0.12);
}

.spec-list div:last-child,
.detail-specs div:last-child {
  border-bottom: 0;
}

.section--dark .spec-list {
  background: #121d20;
  border-color: rgba(255,255,255,0.12);
}

.section--dark .spec-list div {
  border-bottom-color: rgba(255,255,255,0.12);
}

.product-detail-hero {
  padding: 72px 0;
  background: var(--charcoal);
  color: var(--white);
}

.product-detail-copy p {
  color: rgba(255,255,255,0.78);
  font-size: 1.08rem;
}

.product-detail-media {
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.product-detail-media img {
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
}

.back-link {
  display: inline-flex;
  margin-bottom: 24px;
  color: var(--amber-soft);
}

.cert-group {
  margin: 0 auto 22px;
  max-width: 960px;
  border: 1px solid rgba(18,36,42,0.16);
  border-radius: var(--radius);
  background: rgba(255,255,255,0.42);
}

.cert-group summary {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 24px;
  cursor: pointer;
  font-weight: 800;
}

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

.certificate-card {
  overflow: hidden;
}

.certificate-card__thumb {
  display: block;
  background: #e3e8e4;
}

.certificate-card__thumb img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: top center;
}

.certificate-card__body {
  padding: 20px;
}

.standards-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  text-align: center;
}

.standards-grid article {
  padding: 24px;
  background: transparent;
  border-color: rgba(255,255,255,0.12);
}

.rfq-form label {
  display: grid;
  gap: 8px;
  font-weight: 800;
}

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

input,
textarea,
select {
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid rgba(18,36,42,0.22);
  border-radius: var(--radius);
  background: rgba(255,255,255,0.72);
  color: var(--ink);
}

textarea { resize: vertical; }

.form-note {
  margin: 14px 0 0;
  color: var(--steel);
  font-size: 0.9rem;
}

.contact-panel {
  display: grid;
  gap: 14px;
}

.contact-line {
  display: block;
  color: var(--teal-deep);
  font-weight: 800;
}

.contact-group {
  display: grid;
  gap: 6px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(18,36,42,0.12);
}

.contact-group p {
  margin-bottom: 0;
}

.contact-label {
  display: block;
  color: var(--steel);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.map-section iframe {
  display: block;
  width: 100%;
  height: 420px;
  border: 0;
}

.site-footer {
  padding: 64px 0 24px;
  background: #071113;
  color: rgba(255,255,255,0.82);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.7fr 0.9fr 1.1fr;
  gap: 32px;
}

.footer-grid h3 {
  color: var(--white);
  font-size: 1rem;
}

.footer-grid a,
.footer-grid span {
  display: block;
  margin-bottom: 8px;
}

.footer-brand img {
  margin-bottom: 16px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.12);
  font-size: 0.9rem;
}

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 70;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  box-shadow: 0 16px 40px rgba(0,0,0,0.25);
}

.whatsapp-float svg {
  width: 32px;
  height: 32px;
  fill: currentColor;
}

html[dir="rtl"] body {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  text-align: right;
}

html[dir="rtl"] [data-en][data-ar] {
  direction: rtl;
  unicode-bidi: plaintext;
}

html[dir="rtl"] .brand-copy,
html[dir="rtl"] .chip,
html[dir="rtl"] .number,
html[dir="rtl"] [data-en][data-ar].chip,
html[dir="rtl"] [data-en][data-ar].number,
html[dir="rtl"] .spec-list dd,
html[dir="rtl"] .detail-specs dd {
  direction: ltr;
  unicode-bidi: isolate;
}

html[dir="rtl"] .product-title[data-ar],
html[dir="rtl"] .product-detail-title[data-ar],
html[dir="rtl"] .mixed-spec[data-ar] {
  direction: rtl;
  text-align: right;
  unicode-bidi: plaintext;
}

html[dir="rtl"] input,
html[dir="rtl"] textarea,
html[dir="rtl"] select {
  direction: rtl;
  text-align: right;
}

html[dir="rtl"] input[type="email"],
html[dir="rtl"] input[name="phone"] {
  direction: ltr;
  text-align: left;
}

html[dir="rtl"] .top-strip__inner {
  justify-content: flex-start;
}

html[dir="rtl"] .hero__media::after {
  background: linear-gradient(270deg, rgba(5,12,14,0.84), rgba(10,24,28,0.5) 55%, rgba(7,15,17,0.15));
}

html[dir="rtl"] .hero__content,
html[dir="rtl"] .page-hero__content {
  margin-inline-start: auto;
}

@media (max-width: 1100px) {
  .leadership-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .leader-card,
  .leader-card:nth-child(-n+3) { grid-column: auto; }
  .product-grid, .solution-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .standards-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 860px) {
  :root { --container: min(100% - 28px, 1180px); }
  .top-strip__inner { justify-content: center; gap: 12px; }
  .header-grid { grid-template-columns: auto auto; justify-content: space-between; }
  .main-nav, .quote-link { display: none; }
  .menu-toggle { display: inline-block; }
  body.menu-open .mobile-nav { display: block; }
  .hero--home { min-height: 560px; }
  .hero__content, .page-hero__content { padding-block: 64px; }
  .feature-strip__grid,
  .split-layout,
  .technical-grid,
  .detail-layout,
  .contact-grid,
  .product-detail-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .feature-strip__grid { padding: 28px 0; }
  .section { padding: 64px 0; }
  .certificate-grid { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .product-category-nav__inner { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-family > summary { grid-template-columns: 150px minmax(0, 1fr) 40px; }
  .product-family__summary-copy { padding: 24px; }
}

@media (max-width: 620px) {
  .brand img { width: 142px; }
  .language-toggle { min-width: 64px; padding-inline: 10px; }
  h1 { font-size: 2.55rem; }
  h2 { font-size: 2rem; }
  .hero__actions, .product-detail-actions, .center-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .product-grid,
  .product-grid--preview,
  .solution-grid,
  .leadership-grid,
  .standards-grid {
    grid-template-columns: 1fr;
  }
  .product-title,
  .product-card__body p,
  .chip-row { min-height: auto; }
  .spec-list div, .detail-specs div { grid-template-columns: 1fr; gap: 4px; }
  .product-category-nav a { min-height: 62px; padding: 12px 8px; font-size: 0.88rem; }
  .product-family > summary { grid-template-columns: 1fr 42px; }
  .product-family__media { display: none; }
  .product-family__summary-copy { padding: 24px 10px 24px 0; }
  html[dir="rtl"] .product-family__summary-copy { padding: 24px 0 24px 10px; }
  .product-family__content { padding-bottom: 42px; }
  .product-family__empty { padding: 24px 20px; }
  .whatsapp-float { width: 52px; height: 52px; right: 16px; bottom: 16px; }
}


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

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

.brand .brand-mark,
.footer-brand .brand-mark {
  width: 48px;
  height: 48px;
  object-fit: contain;
  flex: 0 0 auto;
}

.brand-copy {
  display: grid;
  color: var(--white);
  line-height: 1;
}

.brand-copy strong {
  font-size: 1.02rem;
  letter-spacing: 0;
}

.brand-copy span {
  margin-top: 5px;
  font-size: 0.62rem;
  letter-spacing: 0.12em;
}

.hero--industrial {
  min-height: clamp(610px, calc(100vh - 112px), 790px);
}

.hero--industrial .hero__media {
  background-position: center 48%;
}

.hero__media--slideshow {
  transition: opacity 0.36s ease, transform 6s ease;
}

.hero__media--slideshow.is-changing {
  opacity: 0.25;
}

.hero--industrial:hover .hero__media--slideshow {
  transform: scale(1.045);
}

.hero--industrial .hero__media::after,
.page-hero--client .hero__media::after {
  background: rgba(3, 17, 28, 0.67);
}

.hero--industrial .hero__content {
  max-width: 780px;
}

.hero-statement {
  max-width: 760px;
  margin-bottom: 16px;
  color: var(--white);
  font-size: 1.85rem;
  font-weight: 800;
  line-height: 1.18;
}

.home-proof {
  background: var(--white);
  border-bottom: 1px solid var(--line);
}

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

.home-proof__grid > div {
  min-height: 132px;
  display: grid;
  align-content: center;
  gap: 6px;
  padding: 26px 28px;
  border-inline-end: 1px solid var(--line);
}

.home-proof__grid > div:last-child {
  border-inline-end: 0;
}

.home-proof strong {
  color: #0d78b5;
  font-size: 1.2rem;
}

.home-proof span {
  color: var(--steel);
  font-size: 0.92rem;
}

.capabilities-section {
  background: #071b2a;
  color: var(--white);
}

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

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

.capability-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--radius);
  background: #0b2637;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.capability-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 255, 255, 0.32);
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.22);
}

.capability-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.capability-card__body {
  padding: 22px;
}

.capability-card__body h3 {
  color: var(--white);
}

.capability-card__body p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.93rem;
}

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

.supply-story__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(340px, 0.88fr);
  gap: 58px;
  align-items: center;
}

.supply-story__image {
  min-height: 520px;
  overflow: hidden;
  border-radius: var(--radius);
}

.supply-story__image img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}

.supply-steps {
  display: grid;
  gap: 0;
  margin: 28px 0;
  padding: 0;
  list-style: none;
}

.supply-steps li {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  min-height: 64px;
  border-top: 1px solid rgba(18, 36, 42, 0.15);
}

.supply-steps li:last-child {
  border-bottom: 1px solid rgba(18, 36, 42, 0.15);
}

.supply-steps span {
  color: #0d78b5;
  font-weight: 800;
}

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

.industry-tile {
  position: relative;
  min-height: 280px;
  overflow: hidden;
  border-radius: var(--radius);
  background: #071b2a;
}

.industry-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(2, 14, 22, 0.43);
}

.industry-tile img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.industry-tile:hover img {
  transform: scale(1.035);
}

.industry-tile h3 {
  position: absolute;
  inset-inline: 18px;
  inset-block-end: 16px;
  z-index: 1;
  margin: 0;
  color: var(--white);
  font-size: 1rem;
}

.home-newsletter {
  padding: 76px 0;
  background: #0d78b5;
  color: var(--white);
}

.home-newsletter__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 0.75fr);
  gap: 64px;
  align-items: center;
}

.home-newsletter .eyebrow {
  color: #d8edfa;
}

.home-newsletter h2 {
  max-width: 760px;
  margin-bottom: 14px;
  color: var(--white);
  font-size: 2.8rem;
}

.home-newsletter__copy > p:last-child {
  max-width: 720px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.05rem;
}

.home-newsletter__form {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: var(--radius);
  background: rgba(4, 31, 48, 0.22);
}

.home-newsletter__form label {
  display: block;
  margin-bottom: 10px;
  color: var(--white);
  font-weight: 800;
}

.home-newsletter__form input {
  border-color: rgba(255, 255, 255, 0.42);
  background: var(--white);
  color: var(--ink);
}

.home-newsletter__form input::placeholder {
  color: #74868c;
}

.home-newsletter__form .newsletter-consent {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.86rem;
  font-weight: 500;
  line-height: 1.45;
}

.home-newsletter__form .newsletter-consent input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--gold);
}

.home-newsletter__form .button--primary {
  background: #071b2a;
  color: var(--white);
}

.home-newsletter__form .newsletter-note {
  color: rgba(255, 255, 255, 0.74);
}

.standards-callout {
  background: #071b2a;
}

.standards-preview-stack {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-items: end;
}

.standards-preview-stack img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: top center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background: var(--white);
}

.standards-preview-stack img:last-child {
  transform: translateY(24px);
}

.cta-band {
  padding: 48px 0;
  background: #0d78b5;
  color: var(--white);
}

.cta-band__inner {
  display: flex;
  justify-content: space-between;
  gap: 36px;
  align-items: center;
}

.cta-band h2 {
  max-width: 760px;
  margin-bottom: 8px;
  font-size: 2.8rem;
}

.cta-band p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.8);
}

.cta-band .button--primary {
  flex: 0 0 auto;
  background: var(--white);
  color: #071b2a;
}

.company-profile-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.6fr);
  gap: 72px;
  align-items: center;
}

.profile-identity {
  display: grid;
  place-items: center;
  min-height: 320px;
  padding: 30px;
  border-inline-start: 1px solid var(--line);
}

.profile-identity img {
  width: min(100%, 250px);
  max-height: 290px;
  object-fit: contain;
}

.profile-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 36px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.profile-facts > div {
  padding: 22px 18px 22px 0;
}

.profile-facts > div > strong,
.profile-facts > div > span {
  display: block;
}

.profile-facts > div > strong {
  color: #0d78b5;
  font-size: 1.15rem;
}

.profile-facts > div > span {
  margin-top: 4px;
  color: var(--steel);
  font-size: 0.86rem;
}

.profile-fact-value {
  white-space: nowrap;
}

.profile-fact-value > span {
  display: inline;
  margin: 0;
  color: inherit;
  font-size: inherit;
}

.gallery-category {
  margin-bottom: 18px;
  border-top: 1px solid rgba(18, 36, 42, 0.22);
}

.gallery-category:last-child {
  border-bottom: 1px solid rgba(18, 36, 42, 0.22);
}

.gallery-category summary {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  padding: 24px 4px;
  cursor: pointer;
  list-style: none;
}

.gallery-category summary::-webkit-details-marker {
  display: none;
}

.gallery-category summary strong,
.gallery-category summary small {
  display: block;
}

.gallery-category summary strong {
  font-size: 1.22rem;
}

.gallery-category summary small {
  margin-top: 4px;
  color: var(--steel);
  font-size: 0.9rem;
}

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

.gallery-item {
  position: relative;
  min-height: 250px;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: var(--radius);
  background: #071b2a;
  color: var(--white);
  text-align: start;
}

.gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(2, 14, 22, 0.3);
}

.gallery-item img {
  width: 100%;
  height: 100%;
  min-height: 250px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.gallery-item:hover img,
.gallery-item:focus-visible img {
  transform: scale(1.035);
}

.gallery-item span {
  position: absolute;
  inset-inline: 16px;
  inset-block-end: 14px;
  z-index: 1;
  font-weight: 800;
}

.gallery-lightbox {
  width: min(1120px, calc(100vw - 32px));
  max-height: calc(100vh - 32px);
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius);
  background: #071113;
  color: var(--white);
}

.gallery-lightbox::backdrop {
  background: rgba(0, 0, 0, 0.82);
}

.gallery-lightbox img {
  width: 100%;
  max-height: calc(100vh - 110px);
  object-fit: contain;
}

.gallery-lightbox p {
  margin: 0;
  padding: 14px 20px;
}

.gallery-lightbox__close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 50%;
  background: rgba(7, 17, 19, 0.82);
  color: var(--white);
  font-size: 1.6rem;
}

.reveal-ready {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 0.6s ease var(--reveal-delay, 0ms),
    transform 0.6s ease var(--reveal-delay, 0ms);
}

.reveal-ready.is-revealed {
  opacity: 1;
  transform: translateY(0);
}

.newsletter-block {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.75fr);
  gap: 56px;
  align-items: center;
  margin-bottom: 52px;
  padding-bottom: 52px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.newsletter-block h2 {
  margin-bottom: 10px;
  color: var(--white);
  font-size: 2.55rem;
}

.newsletter-block p {
  color: rgba(255, 255, 255, 0.68);
}

.newsletter-form__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.newsletter-form input {
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
}

.newsletter-form input::placeholder {
  color: rgba(255, 255, 255, 0.56);
}

.newsletter-note {
  margin: 10px 0 0;
  font-size: 0.78rem;
}

.footer-lockup {
  margin-bottom: 16px;
}

.footer-brand img {
  margin-bottom: 0;
}

.simple-status-page {
  display: grid;
  min-height: 68vh;
  place-items: center;
  padding: 80px 0;
  background: var(--white);
}

.simple-status-page__inner {
  max-width: 700px;
  text-align: center;
}

.simple-status-page__inner img {
  margin: 0 auto 24px;
}

html[dir="rtl"] .gallery-lightbox__close {
  right: auto;
  left: 12px;
}

html[dir="rtl"] .profile-facts > div {
  padding: 22px 0 22px 18px;
}

.main-nav {
  gap: 18px;
}

.main-nav > a,
.nav-parent {
  white-space: nowrap;
}

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

.nav-dropdown-wrap.is-active::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: var(--gold);
}

.nav-dropdown-wrap .nav-parent {
  padding-inline-end: 3px;
}

.nav-dropdown-toggle {
  position: relative;
  width: 25px;
  height: 42px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--white);
}

.nav-dropdown-toggle span {
  position: absolute;
  top: 17px;
  left: 7px;
  width: 8px;
  height: 8px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}

.nav-dropdown-wrap.is-open .nav-dropdown-toggle span,
.nav-dropdown-wrap:hover .nav-dropdown-toggle span,
.nav-dropdown-wrap:focus-within .nav-dropdown-toggle span {
  transform: translateY(4px) rotate(225deg);
}

.nav-dropdown {
  position: absolute;
  top: calc(100% + 13px);
  left: 0;
  z-index: 30;
  display: grid;
  min-width: 260px;
  padding: 10px;
  visibility: hidden;
  border: 1px solid rgba(18, 36, 42, 0.12);
  border-radius: 6px;
  background: var(--white);
  box-shadow: 0 22px 48px rgba(2, 14, 22, 0.24);
  opacity: 0;
  transform: translateY(-7px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.nav-dropdown::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  height: 16px;
}

.nav-dropdown-wrap:hover .nav-dropdown,
.nav-dropdown-wrap:focus-within .nav-dropdown,
.nav-dropdown-wrap.is-open .nav-dropdown {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.main-nav .nav-dropdown a {
  min-height: 46px;
  padding: 12px 14px;
  border: 0;
  border-radius: 4px;
  color: var(--ink);
  font-size: 0.9rem;
}

.main-nav .nav-dropdown a:hover,
.main-nav .nav-dropdown a:focus-visible,
.main-nav .nav-dropdown a.is-active {
  background: var(--mist);
  color: #0d78b5;
}

html[dir="rtl"] .nav-dropdown {
  right: 0;
  left: auto;
}

.mobile-nav__group > a {
  display: block;
}

.mobile-nav__subnav {
  display: grid;
  padding: 2px 18px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__subnav a {
  min-height: 42px;
  padding-inline-start: 22px;
  border-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.88rem;
}

.product-workspace-section {
  background: #f4f5f1;
}

.product-workspace {
  display: grid;
  grid-template-columns: 276px minmax(0, 1fr);
  gap: 42px;
  align-items: start;
}

.product-category-sidebar {
  position: sticky;
  top: 112px;
  padding-inline-end: 24px;
  border-inline-end: 1px solid var(--line);
}

.product-category-sidebar__label {
  margin-bottom: 12px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.product-category-tabs {
  display: grid;
  gap: 8px;
}

.product-category-tab {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 74px;
  padding: 13px 14px;
  border: 1px solid transparent;
  border-radius: 6px;
  background: transparent;
  color: var(--ink);
  text-align: start;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.product-category-tab:hover,
.product-category-tab:focus-visible {
  border-color: rgba(13, 120, 181, 0.26);
  background: var(--white);
  transform: translateX(3px);
}

.product-category-tab.is-active {
  border-color: #0d78b5;
  background: #071b2a;
  color: var(--white);
  box-shadow: 0 12px 24px rgba(7, 27, 42, 0.14);
}

html[dir="rtl"] .product-category-tab:hover,
html[dir="rtl"] .product-category-tab:focus-visible {
  transform: translateX(-3px);
}

.product-category-tab__index {
  color: #0d78b5;
  font-size: 0.75rem;
  font-weight: 800;
}

.product-category-tab.is-active .product-category-tab__index {
  color: var(--gold);
}

.product-category-tab strong,
.product-category-tab small {
  display: block;
}

.product-category-tab strong {
  font-size: 0.96rem;
}

.product-category-tab small {
  margin-top: 4px;
  color: var(--muted);
}

.product-category-tab.is-active small {
  color: rgba(255, 255, 255, 0.64);
}

.product-sidebar-cta {
  margin-top: 20px;
}

.product-category-panel[hidden] {
  display: none;
}

.product-category-panel:not([hidden]) {
  animation: panel-in 0.38s ease both;
}

@keyframes panel-in {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.product-category-panel__hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 30px;
  align-items: center;
  margin-bottom: 18px;
  overflow: hidden;
  border-radius: 6px;
  background: #071b2a;
  color: var(--white);
}

.product-category-panel__hero > div {
  padding: 32px 0 32px 34px;
}

html[dir="rtl"] .product-category-panel__hero > div {
  padding: 32px 34px 32px 0;
}

.product-category-panel__hero h2 {
  margin-bottom: 8px;
  color: var(--white);
  font-size: 2.25rem;
}

.product-category-panel__hero p:last-child {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
}

.product-category-panel__hero img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
}

.product-standard-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 24px;
}

.product-standard-box {
  display: grid;
  place-items: center;
  min-height: 58px;
  padding: 10px;
  border: 1px solid rgba(18, 36, 42, 0.18);
  border-radius: 5px;
  background: var(--white);
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 800;
  text-align: center;
}

.product-grid--catalogue {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
}

.product-grid--catalogue .product-card {
  min-height: 570px;
  border-color: rgba(18, 36, 42, 0.16);
  background: var(--white);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.product-grid--catalogue .product-card:hover {
  transform: translateY(-5px);
  border-color: rgba(13, 120, 181, 0.34);
  box-shadow: 0 18px 38px rgba(7, 27, 42, 0.12);
}

.product-grid--catalogue .product-card__image {
  overflow: hidden;
}

.product-grid--catalogue .product-card__image img {
  aspect-ratio: 16 / 9;
  transition: transform 0.35s ease;
}

.product-grid--catalogue .product-card:hover .product-card__image img {
  transform: scale(1.025);
}

.division-index-hero h1,
.division-detail-hero h1 {
  max-width: 900px;
}

.division-index-hero .hero__media,
.division-detail-hero .hero__media {
  animation: division-hero-breathe 16s ease-in-out infinite alternate;
}

@keyframes division-hero-breathe {
  from { transform: scale(1); }
  to { transform: scale(1.035); }
}

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

.division-overview-card {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--white);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.division-overview-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 22px 42px rgba(7, 27, 42, 0.14);
}

.division-overview-card__media,
.division-capability-card__media {
  position: relative;
  overflow: hidden;
}

.division-overview-card__media img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.division-overview-card:hover img,
.division-capability-card:hover img {
  transform: scale(1.035);
}

.division-overview-card__media .number,
.division-capability-card__media .number {
  position: absolute;
  right: 14px;
  bottom: 14px;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--gold);
  color: #071b2a;
  font-size: 0.78rem;
  font-weight: 900;
}

html[dir="rtl"] .division-overview-card__media .number,
html[dir="rtl"] .division-capability-card__media .number {
  right: auto;
  left: 14px;
}

.division-overview-card__body {
  display: flex;
  flex-direction: column;
  padding: 26px;
}

.division-overview-card__body h2 {
  font-size: 1.65rem;
}

.division-overview-card__body p {
  flex: 1;
  color: var(--muted);
}

.text-link {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  width: fit-content;
  color: #0d78b5;
  font-weight: 800;
}

.text-link > span:last-child {
  transition: transform 0.2s ease;
}

.text-link:hover > span:last-child {
  transform: translateX(4px);
}

html[dir="rtl"] .text-link > span:last-child {
  transform: rotate(180deg);
}

html[dir="rtl"] .text-link:hover > span:last-child {
  transform: translateX(-4px) rotate(180deg);
}

.division-introduction__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: 64px;
  align-items: center;
}

.division-introduction__media {
  min-height: 500px;
  overflow: hidden;
  border-radius: 6px;
  background: #071b2a;
}

.division-introduction__media img {
  width: 100%;
  height: 100%;
  min-height: 500px;
  object-fit: cover;
  will-change: transform;
}

.division-capabilities {
  background: #071b2a;
}

.division-capability-grid {
  display: grid;
  gap: 16px;
}

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

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

.division-capability-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 6px;
  background: #0b2637;
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.division-capability-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 255, 255, 0.34);
}

.division-capability-card__media img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.division-capability-card__body {
  padding: 22px;
}

.division-capability-card h3 {
  color: var(--white);
  font-size: 1.1rem;
}

.division-capability-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.9rem;
}

.division-advantages__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
  gap: 70px;
  align-items: start;
}

.division-advantage-list,
.division-industry-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.division-advantage-list li,
.division-industry-list li {
  min-height: 78px;
  display: flex;
  align-items: center;
  padding: 16px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  font-weight: 800;
}

.division-advantage-list li:nth-child(3n),
.division-industry-list li:nth-child(4n) {
  border-right: 0;
}

html[dir="rtl"] .division-advantage-list li,
html[dir="rtl"] .division-industry-list li {
  border-right: 0;
  border-left: 1px solid var(--line);
}

html[dir="rtl"] .division-advantage-list li:nth-child(3n),
html[dir="rtl"] .division-industry-list li:nth-child(4n) {
  border-left: 0;
}

.division-industries {
  padding-top: 0;
}

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

.division-industry-list li {
  justify-content: center;
  min-height: 90px;
  color: #0d78b5;
  text-align: center;
}

.map-section {
  background: #eef1ee;
}

.map-section__grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.55fr) minmax(0, 1.45fr);
  gap: 42px;
  align-items: center;
}

.map-section__copy h2 {
  font-size: 2.3rem;
}

.map-section__frame {
  overflow: hidden;
  border: 1px solid rgba(18, 36, 42, 0.16);
  border-radius: 6px;
  background: var(--white);
  box-shadow: 0 16px 34px rgba(7, 27, 42, 0.1);
}

.map-section .map-section__frame iframe {
  display: block;
  width: 100%;
  height: 340px;
  border: 0;
}

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

  .industry-tile:last-child {
    grid-column: span 2;
  }

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

  .home-proof__grid > div:nth-child(2) {
    border-inline-end: 0;
  }

  .home-proof__grid > div:nth-child(-n+2) {
    border-bottom: 1px solid var(--line);
  }

  .main-nav {
    gap: 10px;
  }

  .main-nav a {
    font-size: 0.82rem;
  }

  .quote-link {
    display: none;
  }

  .product-workspace {
    grid-template-columns: 235px minmax(0, 1fr);
    gap: 28px;
  }

  .product-category-panel__hero {
    grid-template-columns: 1fr;
  }

  .product-category-panel__hero img {
    min-height: 180px;
    max-height: 240px;
  }

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

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

@media (max-width: 860px) {
  h1 {
    font-size: 3.8rem;
  }

  .page-hero--about h1 {
    font-size: 3.2rem;
  }

  h2 {
    font-size: 2.6rem;
  }

  .hero-statement {
    font-size: 1.55rem;
  }

  .cta-band h2,
  .newsletter-block h2 {
    font-size: 2.35rem;
  }

  .supply-story__grid,
  .company-profile-grid,
  .newsletter-block,
  .home-newsletter__grid {
    grid-template-columns: 1fr;
  }

  .profile-identity {
    min-height: auto;
    border-inline-start: 0;
    border-top: 1px solid var(--line);
  }

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

  .cta-band__inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .home-newsletter h2 {
    font-size: 2.35rem;
  }

  .product-workspace,
  .division-introduction__grid,
  .division-advantages__grid,
  .map-section__grid {
    grid-template-columns: 1fr;
  }

  .product-category-sidebar {
    position: static;
    padding: 0 0 20px;
    border-inline-end: 0;
    border-bottom: 1px solid var(--line);
  }

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

  .product-sidebar-cta {
    width: fit-content;
  }

  .divisions-overview-grid {
    grid-template-columns: 1fr;
  }

  .division-overview-card {
    grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1.25fr);
    grid-template-rows: 1fr;
  }

  .division-overview-card__media img {
    height: 100%;
    aspect-ratio: auto;
  }

  .division-introduction__media,
  .division-introduction__media img {
    min-height: 380px;
  }

  .division-advantages__grid {
    gap: 28px;
  }
}

@media (max-width: 620px) {
  h1 {
    font-size: 2.55rem;
  }

  .page-hero--about h1 {
    font-size: 2.35rem;
  }

  h2,
  .cta-band h2,
  .newsletter-block h2,
  .home-newsletter h2 {
    font-size: 2rem;
  }

  .hero-statement {
    font-size: 1.32rem;
  }

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

  .brand-copy span {
    font-size: 0.54rem;
  }

  .brand .brand-mark,
  .footer-brand .brand-mark {
    width: 42px;
    height: 42px;
  }

  .hero--industrial {
    min-height: 620px;
  }

  .home-proof__grid,
  .capability-grid,
  .industry-grid,
  .gallery-grid,
  .profile-facts {
    grid-template-columns: 1fr;
  }

  .home-proof__grid > div {
    min-height: 104px;
    border-inline-end: 0;
    border-bottom: 1px solid var(--line);
  }

  .home-proof__grid > div:last-child {
    border-bottom: 0;
  }

  .industry-tile:last-child {
    grid-column: auto;
  }

  .supply-story__image,
  .supply-story__image img {
    min-height: 340px;
  }

  .gallery-item,
  .gallery-item img {
    min-height: 220px;
  }

  .newsletter-form__row {
    grid-template-columns: 1fr;
  }

  .product-category-tabs,
  .product-grid--catalogue,
  .division-capability-grid--4,
  .division-capability-grid--6,
  .division-advantage-list,
  .division-industry-list {
    grid-template-columns: 1fr;
  }

  .product-grid--catalogue .product-card {
    min-height: auto;
  }

  .product-category-panel__hero > div,
  html[dir="rtl"] .product-category-panel__hero > div {
    padding: 24px;
  }

  .product-category-panel__hero h2 {
    font-size: 1.85rem;
  }

  .division-overview-card {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
  }

  .division-overview-card__media img {
    height: auto;
    aspect-ratio: 16 / 10;
  }

  .division-advantage-list li,
  .division-industry-list li,
  html[dir="rtl"] .division-advantage-list li,
  html[dir="rtl"] .division-industry-list li {
    min-height: 64px;
    border-right: 0;
    border-left: 0;
  }

  .map-section .map-section__frame iframe {
    height: 300px;
  }
}

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

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

  .reveal-ready {
    opacity: 1;
    transform: none;
  }
}
