:root {
  --brand-blue: #00559f;
  --brand-blue-dark: #063b75;
  --font-main: Poppins, Arial, Helvetica, sans-serif;
  --ink: #172033;
  --muted: #647085;
  --nav-bg: rgb(23, 32, 51);
  --line: #dce4ee;
  --surface: #f5f8fb;
  --white: #ffffff;
  --accent: #0b8f6a;
  --warning: #c9892b;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  width: 100%;
}

body {
  background: var(--white);
  color: var(--ink);
  font-family: var(--font-main);
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  width: 100%;
}

main,
.page-shell,
.content-band,
.site-footer {
  max-width: 100%;
  min-width: 0;
  overflow-x: clip;
}

@supports not (overflow: clip) {
  main,
  .page-shell,
  .content-band,
  .site-footer {
    overflow-x: hidden;
  }
}

a {
  color: inherit;
}

img,
svg,
video,
canvas,
iframe {
  max-width: 100%;
}

img,
svg,
video,
canvas {
  height: auto;
}

h1,
h2,
h3,
p,
li,
td,
th,
a,
button,
strong,
span {
  overflow-wrap: break-word;
  word-break: normal;
}

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

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(11, 143, 106, .45);
  outline-offset: 3px;
}

.btn {
  border-radius: 6px;
  font-weight: 700;
  max-width: 100%;
  min-height: 44px;
  padding: .72rem 1.1rem;
  white-space: normal;
}

.btn-primary {
  background: var(--brand-blue);
  border-color: var(--brand-blue);
}

.btn-primary:hover {
  background: var(--brand-blue-dark);
  border-color: var(--brand-blue-dark);
}

.site-navbar {
  background: var(--nav-bg);
  min-height: 76px;
  padding: 0;
  position: sticky;
  top: 0;
  z-index: 1030;
  box-shadow: 0 10px 24px rgba(23, 32, 51, .18);
}

.site-nav-wrap {
  align-items: center;
  gap: .75rem;
  max-width: 1440px;
  min-width: 0;
  padding: .85rem clamp(1rem, 3vw, 3rem);
  width: 100%;
}

.brand-lockup {
  align-items: center;
  background: transparent;
  display: inline-flex;
  flex: 0 1 auto;
  max-width: calc(100% - 62px);
  min-width: 0;
  padding: 0;
}

.brand-logo {
  display: block;
  flex: 0 1 auto;
  height: auto;
  max-height: 57px;
  transform: scale(.9286);
  transform-origin: left center;
  width: min(267px, 48vw);
}

.navbar-toggler {
  flex: 0 0 auto;
  margin-left: auto;
  min-height: 44px;
  min-width: 44px;
}

.navbar-collapse,
.navbar-nav,
.navbar-nav .nav-item,
.container-fluid,
.dropdown-menu,
.mega-menu {
  min-width: 0;
}

.site-navbar .navbar-nav {
  column-gap: 2ch;
  row-gap: .15rem;
}

.brand-mark {
  align-items: center;
  background: var(--white);
  border-radius: 6px;
  color: var(--brand-blue);
  display: inline-flex;
  font-weight: 900;
  height: 46px;
  justify-content: center;
  width: 58px;
}

.brand-text {
  display: grid;
  line-height: 1.1;
}

.brand-text strong {
  color: var(--white);
  font-size: 1rem;
}

.brand-text small {
  color: rgba(255, 255, 255, .75);
  font-size: .78rem;
}

.navbar-dark .navbar-nav .nav-link {
  align-items: center;
  background: transparent;
  border: 0;
  color: rgba(255, 255, 255, .9);
  display: inline-flex;
  font-family: var(--font-main);
  font-weight: 700;
  line-height: 1.2;
  max-width: 100%;
  min-height: 42px;
  min-width: 0;
  overflow-wrap: anywhere;
  padding: .5rem .62rem;
  text-align: left;
  white-space: nowrap;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: var(--white);
}

.dropdown-menu {
  border: 0;
  border-radius: 8px;
  box-shadow: 0 20px 50px rgba(6, 59, 117, .18);
  margin-top: .7rem;
  max-width: min(320px, calc(100vw - 2rem));
  min-width: 240px;
  padding: .5rem;
}

.dropdown-item {
  border-radius: 6px;
  color: var(--ink);
  font-weight: 650;
  padding: .68rem .8rem;
  white-space: normal;
}

.dropdown-item:hover {
  background: #edf5ff;
  color: var(--brand-blue-dark);
}

.mega-menu {
  max-width: min(1180px, calc(100vw - 2rem));
  min-width: 0;
  padding: 1rem;
  width: min(1180px, calc(100vw - 2rem));
}

.mega-menu-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.mega-menu-card {
  background: rgb(23, 32, 51);
  border-radius: 6px;
  color: var(--white);
  display: grid;
  gap: .7rem;
  grid-template-rows: auto 1fr;
  min-width: 0;
  padding: .65rem;
  text-decoration: none;
}

.mega-menu-card:hover,
.mega-menu-card:focus {
  color: var(--white);
  outline: 2px solid rgba(255, 255, 255, .35);
  outline-offset: 2px;
}

.mega-menu-image {
  aspect-ratio: 1.05;
  background: var(--white);
  border-radius: 4px;
  display: block;
  overflow: hidden;
}

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

.mega-menu-title {
  color: var(--white);
  display: block;
  font-size: 1rem;
  font-weight: 850;
  line-height: 1.18;
  overflow-wrap: anywhere;
}

.mega-menu-links {
  border-top: 1px solid #e1e9f1;
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin-top: 1rem;
  padding-top: .75rem;
}

.mega-menu-links a {
  background: rgb(23, 32, 51);
  border-radius: 6px;
  color: var(--white);
  font-weight: 750;
  padding: .5rem .7rem;
  text-decoration: none;
}

.mega-menu-links a:hover,
.mega-menu-links a:focus {
  background: #24324f;
  color: var(--white);
}

.language-switch {
  border-left: 1px solid rgba(255, 255, 255, .2);
  display: inline-flex;
  flex: 0 0 auto;
  margin-left: .5rem;
  padding-left: .5rem;
}

.language-switch .nav-link {
  font-size: .84rem;
  padding-inline: .38rem !important;
}

.page-shell {
  min-height: 70vh;
}

.hero,
.subpage-hero {
  align-items: center;
  display: grid;
  min-height: calc(100vh - 76px);
  min-height: max(420px, calc(100svh - 76px));
  overflow: hidden;
  position: relative;
  width: 100%;
}

.hero {
  align-items: end;
}

.subpage-hero.no-hero-image {
  background: rgb(23, 32, 51);
}

.hero img,
.subpage-hero img {
  height: 100%;
  inset: 0;
  max-width: none;
  object-fit: cover;
  object-position: center;
  position: absolute;
  width: 100%;
}

.hero-overlay,
.subpage-overlay {
  background: linear-gradient(90deg, rgba(4, 39, 75, .86), rgba(4, 39, 75, .46) 44%, rgba(4, 39, 75, .02));
  inset: 0;
  position: absolute;
}

.hero-content,
.subpage-hero-content {
  max-width: 1440px;
  min-width: 0;
  padding: clamp(4rem, 9vw, 8rem) clamp(1rem, 3vw, 3rem);
  position: relative;
  width: 100%;
  z-index: 1;
}

.hero-content {
  align-self: end;
  color: var(--white);
  max-width: 1440px;
  padding-bottom: clamp(4.5rem, 12vh, 9rem);
  padding-left: clamp(1rem, 3vw, 3rem);
  text-align: left;
  width: 100%;
}

.eyebrow,
.section-kicker {
  color: var(--accent);
  font-size: .82rem;
  font-weight: 900;
  margin-bottom: .85rem;
  text-transform: uppercase;
}

.hero .eyebrow,
.subpage-hero .eyebrow {
  color: #b8eedf;
}

.hero h1,
.subpage-hero h1 {
  font-size: 5.4rem;
  font-weight: 900;
  line-height: .98;
  margin: 0;
  max-width: min(760px, 100%);
  overflow-wrap: anywhere;
}

.hero h1 {
  font-size: 2.36rem;
  font-weight: 600;
  line-height: 1.08;
  max-width: min(690px, 100%);
}

.hero-lead,
.subpage-hero p:last-child {
  color: rgba(255, 255, 255, .9);
  font-size: 1.25rem;
  line-height: 1.5;
  margin: 1.2rem 0 0;
  max-width: 680px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 1.7rem;
  max-width: 100%;
}

.hero-actions .btn {
  font-size: .98rem;
  min-height: 48px;
  padding: .82rem 1.3rem;
}

.content-band {
  padding: clamp(3.5rem, 7vw, 6.5rem) 0;
}

.content-band > .container-fluid,
.split-layout,
.footer-grid {
  max-width: 1440px;
  padding-left: clamp(1rem, 3vw, 3rem);
  padding-right: clamp(1rem, 3vw, 3rem);
  width: 100%;
}

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

.split-layout {
  display: grid;
  gap: clamp(2rem, 5vw, 5rem);
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
}

.split-layout > *,
.page-content-grid > *,
.product-card,
.detail-card,
.contact-location-card,
.highlight-item,
.text-section,
.table-section,
.contact-section > *,
.footer-grid > *,
.footer-brand > div {
  min-width: 0;
}

.split-layout h2,
.section-heading h2,
.cta-layout h2 {
  font-size: 3.35rem;
  font-weight: 900;
  line-height: 1.05;
  margin: 0;
}

.section-copy p,
.text-section p,
.detail-card p,
.highlight-item {
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.75;
}

.product-band {
  background: var(--surface);
}

.section-heading {
  margin-bottom: 1.8rem;
}

.product-grid,
.detail-card-grid,
.highlight-grid {
  display: grid;
  gap: 1rem;
}

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

.product-card,
.detail-card,
.highlight-item {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.product-card {
  color: var(--ink);
  display: grid;
  min-width: 0;
  overflow: hidden;
  text-decoration: none;
}

.product-card:hover,
.detail-card.linked:hover {
  border-color: rgba(0, 85, 159, .45);
  box-shadow: 0 20px 45px rgba(23, 32, 51, .09);
  transform: translateY(-2px);
}

.product-card img {
  aspect-ratio: 4 / 3;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.product-card span,
.detail-card span {
  color: var(--warning);
  font-size: .78rem;
  font-weight: 900;
  margin: 1rem 1rem .2rem;
  min-height: 1rem;
  text-transform: uppercase;
}

.product-card h3,
.detail-card h2 {
  font-size: 1.18rem;
  font-weight: 850;
  margin: .2rem 1rem .55rem;
}

.product-card p,
.detail-card p {
  margin: 0 1rem 1.15rem;
  overflow-wrap: anywhere;
}

.cta-band {
  background: var(--brand-blue);
  color: var(--white);
  padding: 2.4rem 0;
}

.cta-layout {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}

.cta-layout h2 {
  font-size: 2.4rem;
}

.subpage-hero {
  align-items: start;
  min-height: 340px;
}

.subpage-hero-content {
  color: var(--white);
  padding-bottom: clamp(2rem, 4vw, 3rem);
  padding-top: clamp(2.6rem, 5vw, 4.2rem);
}

.subpage-hero h1 {
  font-size: 4.2rem;
}

.human-resources-page,
.human-resources-page * {
  font-family: var(--font-main);
}

.page-content-grid {
  display: grid;
  gap: clamp(2rem, 5vw, 5rem);
  grid-template-columns: minmax(190px, 280px) minmax(0, 1fr);
}

.page-aside {
  align-self: start;
  border-left: 5px solid var(--brand-blue);
  display: grid;
  gap: .5rem;
  padding-left: 1rem;
  position: sticky;
  top: 96px;
}

.page-aside span {
  color: var(--muted);
  font-weight: 750;
}

.page-aside strong {
  font-size: 1.3rem;
  line-height: 1.2;
}

.page-body {
  display: grid;
  gap: 1.4rem;
  min-width: 0;
}

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

.highlight-item {
  border-left: 4px solid var(--accent);
  padding: 1.1rem;
}

.text-section {
  border-bottom: 1px solid var(--line);
  padding-bottom: 1.4rem;
}

.text-section h2,
.table-section h2,
.contact-section h2 {
  font-size: 2rem;
  font-weight: 850;
  margin-bottom: .75rem;
  overflow-wrap: anywhere;
}

.legacy-image-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
  margin: 1rem 0 1.25rem;
}

.legacy-image-grid img {
  border-radius: 8px;
  display: block;
  height: auto;
  width: 100%;
}

.content-list {
  color: var(--muted);
  line-height: 1.8;
  padding-left: 1.2rem;
}

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

.detail-card-grid.visual-card-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 210px), 1fr));
}

.detail-card {
  color: var(--ink);
  min-width: 0;
  min-height: 170px;
  padding: .25rem 0;
  text-decoration: none;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.detail-card.has-image {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  padding: 0;
  text-align: center;
}

.detail-card-image {
  aspect-ratio: 4 / 3;
  background: #f7f9fc;
  border-bottom: 1px solid var(--line);
  display: block;
  height: auto;
  object-fit: contain;
  padding: 1rem;
  width: 100%;
}

.detail-card.has-image h2 {
  align-items: center;
  display: flex;
  font-size: 1rem;
  justify-content: center;
  margin: 1rem .9rem .85rem;
  min-height: 3rem;
}

.detail-card .detail-card-action {
  align-items: center;
  align-self: center;
  background: var(--brand-blue);
  border-radius: 6px;
  color: var(--white);
  display: inline-flex;
  font-size: .86rem;
  font-weight: 850;
  justify-content: center;
  margin: auto .85rem 1.1rem;
  min-height: 40px;
  min-width: 132px;
  max-width: calc(100% - 1.7rem);
  padding: .65rem .9rem;
  text-align: center;
  text-transform: none;
}

.detail-card.linked:hover .detail-card-action {
  background: var(--brand-blue-dark);
}

.board-section {
  min-width: 0;
}

.board-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr));
}

.board-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 16px 36px rgba(23, 32, 51, .08);
  color: var(--ink);
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
}

.board-card-image {
  aspect-ratio: 1;
  background: #f3f6fa;
  display: block;
  object-fit: cover;
  object-position: center top;
  width: 100%;
}

.board-card-body {
  align-content: start;
  display: grid;
  flex: 1;
  gap: .65rem;
  padding: 1.15rem 1rem 1.1rem;
}

.board-card h2,
.board-biography h3 {
  color: var(--ink);
  font-size: 1.08rem;
  font-weight: 850;
  line-height: 1.25;
  margin: 0;
  text-transform: uppercase;
}

.board-card-body > h2 {
  min-height: 2.7rem;
}

.board-role {
  color: var(--brand-blue-dark);
  font-size: .86rem;
  font-weight: 750;
  line-height: 1.4;
  margin: 0;
}

.board-card-body > .board-role {
  min-height: 2.45rem;
}

.board-toggle {
  align-items: center;
  align-self: start;
  background: var(--nav-bg);
  border: 0;
  border-radius: 6px;
  color: var(--white);
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: .84rem;
  font-weight: 750;
  justify-content: center;
  line-height: 1.2;
  margin-top: .25rem;
  min-height: 40px;
  max-width: 100%;
  padding: .68rem .9rem;
  text-align: center;
  transition: background-color .2s ease, transform .2s ease;
}

.board-toggle:hover,
.board-toggle:focus-visible {
  background: var(--brand-blue-dark);
}

.board-toggle:active {
  transform: translateY(1px);
}

.board-biography {
  border-top: 1px solid var(--line);
  margin-top: .35rem;
}

.board-biography-inner {
  display: grid;
  gap: .55rem;
  padding-top: 1rem;
}

.board-biography p:not(.board-role) {
  color: var(--muted);
  font-size: .92rem;
  line-height: 1.72;
  margin: 0;
}

.technical-table {
  border-color: var(--line);
  min-width: 640px;
  margin-bottom: 0;
  width: 100%;
}

.table-responsive {
  -webkit-overflow-scrolling: touch;
  border: 1px solid var(--line);
  border-radius: 8px;
  max-width: 100%;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
}

.technical-table th,
.technical-table td {
  overflow-wrap: anywhere;
  vertical-align: middle;
}

.technical-table th {
  background: #eef4fa;
  color: var(--brand-blue-dark);
  font-weight: 850;
}

.subpage-hero.product-detail-page {
  min-height: clamp(300px, 32vw, 380px);
}

.subpage-hero.product-detail-page .subpage-overlay {
  background: linear-gradient(90deg, rgba(6, 59, 117, .84), rgba(23, 32, 51, .42) 58%, rgba(23, 32, 51, .08));
}

.content-band.product-detail-page {
  background: linear-gradient(180deg, #f6fafc 0%, #ffffff 46%);
  padding-top: clamp(2.8rem, 6vw, 5.2rem);
}

.product-detail-page .page-content-grid {
  gap: clamp(1.6rem, 4vw, 4rem);
}

.product-detail-page .page-aside {
  background: var(--white);
  border: 1px solid var(--line);
  border-left: 0;
  border-radius: 8px;
  border-top: 4px solid var(--brand-blue);
  box-shadow: 0 16px 38px rgba(23, 32, 51, .08);
  padding: 1rem;
}

.product-detail-page .page-aside span {
  color: var(--accent);
}

.product-detail-page .page-body {
  gap: 1rem;
}

.product-detail-page .highlight-grid {
  gap: .8rem;
}

.product-detail-page .highlight-item {
  border-left: 0;
  border-top: 4px solid var(--accent);
  box-shadow: 0 12px 28px rgba(23, 32, 51, .07);
  color: var(--ink);
  font-weight: 750;
  padding: 1rem 1.1rem;
}

.product-detail-page .text-section,
.product-detail-page .table-section {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 16px 38px rgba(23, 32, 51, .07);
  padding: clamp(1rem, 2.4vw, 1.6rem);
}

.product-detail-page .text-section h2,
.product-detail-page .table-section h2 {
  color: var(--brand-blue-dark);
}

.product-detail-page .text-section p:last-child {
  margin-bottom: 0;
}

.product-detail-page .legacy-image-grid {
  margin: 0 0 1.2rem;
}

.product-detail-page .legacy-image-grid img {
  background: #f8fbfd;
  border: 1px solid var(--line);
  box-shadow: 0 14px 30px rgba(23, 32, 51, .08);
  max-height: 430px;
  object-fit: contain;
  padding: clamp(.75rem, 2vw, 1.25rem);
}

.product-detail-page .technical-table th {
  background: var(--brand-blue-dark);
  color: var(--white);
}

.product-detail-page .technical-table td {
  color: var(--ink);
  vertical-align: middle;
}

.product-detail-page .technical-table tbody tr:nth-child(even) td {
  background: #f7fafc;
}

.contact-section {
  display: grid;
  gap: clamp(1.25rem, 3vw, 2rem);
  margin-top: .8rem;
}

.contact-section-heading {
  max-width: 760px;
}

.contact-section-heading h2 {
  color: var(--brand-blue-dark);
  font-size: 3.1rem;
  font-weight: 900;
  line-height: 1.05;
  margin: 0;
}

.contact-location-grid {
  display: grid;
  gap: clamp(1rem, 2.5vw, 1.5rem);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.contact-location-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(23, 32, 51, .08);
  display: grid;
  gap: 1.1rem;
  overflow: hidden;
  padding: clamp(1rem, 2vw, 1.25rem);
}

.contact-location-header {
  background: rgb(23, 32, 51);
  color: var(--white);
  margin: calc(clamp(1rem, 2vw, 1.25rem) * -1) calc(clamp(1rem, 2vw, 1.25rem) * -1) 0;
  padding: clamp(1rem, 2vw, 1.25rem);
}

.contact-location-header span {
  color: #b8eedf;
  display: block;
  font-size: .8rem;
  font-weight: 850;
  margin-bottom: .35rem;
  text-transform: uppercase;
}

.contact-location-header h3 {
  color: var(--white);
  font-size: clamp(1.35rem, 2.4vw, 1.9rem);
  font-weight: 850;
  line-height: 1.1;
  margin: 0;
}

.contact-detail-list {
  display: grid;
  gap: .9rem;
}

.contact-detail {
  border-bottom: 1px solid var(--line);
  padding-bottom: .9rem;
}

.contact-detail:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.contact-detail-label {
  color: var(--brand-blue-dark);
  display: block;
  font-size: .78rem;
  font-weight: 850;
  margin-bottom: .28rem;
  text-transform: uppercase;
}

.contact-detail p {
  color: var(--ink);
  font-size: 1.02rem;
  line-height: 1.55;
  margin: 0;
}

.contact-detail a {
  color: var(--ink);
  display: block;
  font-weight: 650;
  overflow-wrap: anywhere;
  text-decoration: none;
}

.contact-detail a:hover,
.contact-detail a:focus {
  color: var(--brand-blue-dark);
}

.contact-phone-group {
  display: grid;
  gap: .18rem;
}

.contact-map-frame {
  background: #dce4ee;
  border: 1px solid #c8d5e3;
  border-radius: 8px;
  height: clamp(260px, 24vw, 360px);
  min-height: 0;
  overflow: hidden;
  width: 100%;
}

.contact-map-frame iframe {
  border: 0;
  display: block;
  height: 100%;
  min-height: 0;
  width: 100%;
}

.contact-map-link {
  align-self: end;
  background: rgb(23, 32, 51);
  border-radius: 6px;
  color: var(--white);
  display: inline-flex;
  font-weight: 750;
  justify-self: start;
  padding: .72rem 1rem;
  text-decoration: none;
}

.contact-map-link:hover,
.contact-map-link:focus {
  background: #24324f;
  color: var(--white);
}

.site-footer {
  background: #111827;
  color: var(--white);
  padding: 2.4rem 0;
}

.footer-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 1fr) minmax(260px, .55fr);
}

.footer-brand {
  align-items: start;
  display: flex;
  gap: 1rem;
  min-width: 0;
}

.footer-logo {
  display: block;
  height: auto;
  max-height: 54px;
  width: min(220px, 44vw);
}

.site-footer h2 {
  font-size: 1rem;
  font-weight: 850;
  margin-bottom: .6rem;
}

.site-footer p,
.site-footer a {
  color: rgba(255, 255, 255, .75);
  margin: .35rem 0 0;
}

.footer-social {
  justify-self: end;
  text-align: right;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  justify-content: flex-end;
  margin-top: .85rem;
}

.site-footer .social-link {
  align-items: center;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 50%;
  color: var(--white);
  display: inline-flex;
  height: 44px;
  justify-content: center;
  margin: 0;
  text-decoration: none;
  transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
  width: 44px;
}

.site-footer .social-link:hover,
.site-footer .social-link:focus-visible {
  background: var(--brand-blue);
  border-color: var(--brand-blue);
  color: var(--white);
  transform: translateY(-2px);
}

.social-link svg {
  fill: currentColor;
  height: 20px;
  width: 20px;
}

.error-page {
  align-items: center;
  background: linear-gradient(180deg, #f6fafc 0%, #ffffff 68%);
  display: flex;
  min-height: max(420px, calc(100svh - 76px));
  padding-bottom: clamp(3rem, 6vw, 5rem);
  padding-top: clamp(3rem, 6vw, 5rem);
}

.error-layout {
  align-items: center;
  display: grid;
  gap: clamp(1.5rem, 4vw, 4rem);
  grid-template-columns: minmax(130px, .42fr) minmax(0, .85fr);
}

.error-layout > * {
  min-width: 0;
}

.error-status {
  border-left: 8px solid var(--accent);
  padding-left: clamp(1rem, 2.4vw, 2rem);
}

.error-status span {
  color: var(--brand-blue-dark);
  display: block;
  font-size: 9rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: .9;
}

.error-copy {
  max-width: 760px;
}

.error-copy h1 {
  color: var(--ink);
  font-size: 3.25rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.05;
  margin: 0;
  overflow-wrap: anywhere;
}

.error-lead {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.7;
  margin: 1rem 0 0;
  max-width: 680px;
}

.error-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 1.45rem;
  max-width: 100%;
}

.error-actions .btn {
  align-items: center;
  display: inline-flex;
  justify-content: center;
}

.error-link-panel {
  border-top: 1px solid var(--line);
  display: grid;
  gap: .75rem;
  margin-top: 1.6rem;
  padding-top: 1rem;
}

.error-link-panel > span {
  color: var(--brand-blue-dark);
  font-size: .86rem;
  font-weight: 850;
  text-transform: uppercase;
}

.error-quick-links {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
}

.error-quick-links a {
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--ink);
  display: inline-flex;
  font-weight: 750;
  min-height: 42px;
  max-width: 100%;
  padding: .62rem .85rem;
  text-decoration: none;
}

.error-quick-links a:hover,
.error-quick-links a:focus {
  border-color: rgba(0, 85, 159, .45);
  color: var(--brand-blue-dark);
}

.error-reference {
  color: var(--muted);
  font-size: .9rem;
  margin: 1.2rem 0 0;
}

.error-reference span {
  font-weight: 750;
}

.error-reference code {
  background: #eef4fa;
  border-radius: 4px;
  color: var(--brand-blue-dark);
  display: inline-block;
  margin-top: .25rem;
  max-width: 100%;
  overflow-wrap: anywhere;
  padding: .16rem .38rem;
}

@media (max-width: 1100px) {
  .page-content-grid {
    gap: clamp(1.5rem, 4vw, 2.75rem);
    grid-template-columns: 1fr;
  }

  .page-aside {
    position: static;
    top: auto;
  }

  .product-detail-page .page-content-grid {
    gap: 1.4rem;
  }
}

@media (max-width: 1199px) {
  .site-navbar {
    min-height: 68px;
  }

  .site-nav-wrap {
    padding-block: .6rem;
  }

  .hero h1 {
    font-size: 2.09rem;
  }

  .subpage-hero h1 {
    font-size: 3.55rem;
  }

  .split-layout h2,
  .section-heading h2 {
    font-size: 2.85rem;
  }

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

  .brand-logo {
    width: min(232px, 54vw);
  }

  .navbar-collapse {
    background: var(--nav-bg);
    border-top: 1px solid rgba(255, 255, 255, .16);
    flex-basis: 100%;
    margin-top: .65rem;
    max-height: calc(100dvh - 82px);
    overflow-y: auto;
    padding-top: .55rem;
    scrollbar-color: rgba(255, 255, 255, .38) transparent;
    scrollbar-width: thin;
    width: 100%;
  }

  .navbar-collapse::-webkit-scrollbar {
    width: 8px;
  }

  .navbar-collapse::-webkit-scrollbar-track {
    background: transparent;
  }

  .navbar-collapse::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, .32);
    border-radius: 999px;
  }

  .site-navbar .navbar-nav {
    align-items: stretch !important;
    gap: .15rem;
    width: 100%;
  }

  .navbar-dark .navbar-nav .nav-link {
    width: 100%;
    white-space: normal;
  }

  .dropdown-toggle::after {
    margin-left: auto;
  }

  .dropdown-menu {
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(255, 255, 255, .12);
    box-shadow: none;
    margin: .2rem 0 .6rem;
    max-width: 100%;
    min-width: 0;
    position: static;
    width: 100%;
  }

  .dropdown-item {
    color: rgba(255, 255, 255, .92);
  }

  .dropdown-item:hover,
  .dropdown-item:focus {
    background: rgba(255, 255, 255, .1);
    color: var(--white);
  }

  .mega-menu {
    padding: .75rem;
  }

  .mega-menu-grid {
    gap: .75rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mega-menu-image {
    aspect-ratio: 1.55;
  }

  .mega-menu-title {
    font-size: .95rem;
  }

  .language-switch {
    border-left: 0;
    gap: .35rem;
    margin: .5rem 0 0;
    padding-left: 0;
    width: 100%;
  }

  .language-switch .nav-link {
    width: auto;
  }

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

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

  .contact-section-heading h2 {
    font-size: 2.45rem;
  }
}

@media (min-width: 1200px) {
  .site-navbar .nav-item.dropdown {
    position: relative;
  }

  .site-navbar .nav-item.dropdown:hover > .dropdown-menu,
  .site-navbar .nav-item.dropdown:focus-within > .dropdown-menu,
  .site-navbar .nav-item.dropdown > .dropdown-menu.show {
    display: block;
  }

  .site-navbar .nav-item.dropdown > .dropdown-menu {
    margin-top: 0;
    top: calc(100% + .2rem);
  }

  .site-navbar .nav-item.dropdown > .dropdown-menu::before {
    content: "";
    display: block;
    height: 22px;
    left: 0;
    position: absolute;
    right: 0;
    top: -22px;
  }

  .site-navbar .nav-item.dropdown > .dropdown-menu[data-bs-popper] {
    margin-top: 0;
    top: calc(100% + .2rem);
  }

  .mega-nav-item {
    position: static;
  }

  .mega-nav-item .mega-menu {
    left: 50%;
    margin-top: 0;
    right: auto;
    top: calc(100% + .2rem);
    transform: translateX(-50%);
  }

  .mega-nav-item .mega-menu::before {
    content: "";
    display: block;
    height: 28px;
    left: 0;
    position: absolute;
    right: 0;
    top: -28px;
  }

  .mega-nav-item .mega-menu[data-bs-popper] {
    left: 50%;
    margin-top: 0;
    right: auto;
    top: calc(100% + .2rem);
    transform: translateX(-50%);
  }
}

@media (min-width: 1200px) and (max-width: 1370px) {
  .site-nav-wrap {
    padding-left: clamp(.75rem, 1.6vw, 1.6rem);
    padding-right: clamp(.75rem, 1.6vw, 1.6rem);
  }

  .brand-logo {
    width: 230px;
  }

  .navbar-dark .navbar-nav .nav-link {
    font-size: .93rem;
    padding-inline: .42rem;
  }

  .language-switch {
    margin-left: .25rem;
    padding-left: .25rem;
  }

  .mega-menu {
    width: min(1060px, calc(100vw - 1.5rem));
  }

  .mega-menu-grid {
    gap: .8rem;
  }

  .mega-menu-title {
    font-size: .92rem;
  }
}

@media (max-width: 991px) {
  .detail-card-grid,
  .split-layout,
  .page-content-grid,
  .contact-section,
  .contact-location-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

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

  .page-aside {
    position: static;
  }

  .content-band {
    padding: clamp(2.8rem, 7vw, 4.5rem) 0;
  }

  .subpage-hero-content {
    padding-bottom: clamp(1.6rem, 4vw, 2.4rem);
    padding-top: clamp(2.1rem, 5vw, 3rem);
  }

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

  .footer-social {
    justify-self: start;
    text-align: left;
  }

  .social-links {
    justify-content: flex-start;
  }

  .contact-map-frame {
    height: clamp(260px, 52vw, 360px);
  }

  .hero h1 {
    font-size: 1.96rem;
  }

  .subpage-hero h1 {
    font-size: 3rem;
  }

  .hero-lead,
  .subpage-hero p:last-child {
    font-size: 1.12rem;
  }

  .split-layout h2,
  .section-heading h2 {
    font-size: 2.35rem;
  }

  .cta-layout h2 {
    font-size: 2.05rem;
  }

  .text-section h2,
  .table-section h2,
  .contact-section h2 {
    font-size: 1.75rem;
  }

  .error-layout {
    grid-template-columns: 1fr;
  }

  .error-status span {
    font-size: 7rem;
  }

  .error-copy h1 {
    font-size: 2.35rem;
  }

  .contact-section-heading h2 {
    font-size: 1.95rem;
  }
}

@media (max-width: 640px) {
  .site-nav-wrap {
    padding-inline: .85rem;
  }

  .brand-lockup {
    min-width: 0;
    padding: 0;
  }

  .brand-logo {
    width: min(207px, 56vw);
  }

  .footer-brand .brand-lockup {
    min-width: auto;
  }

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

  .hero {
    min-height: clamp(500px, calc(100svh - 68px), 680px);
  }

  .subpage-hero {
    min-height: 300px;
  }

  .hero img {
    object-position: 64% center;
  }

  .hero-content,
  .subpage-hero-content,
  .content-band > .container-fluid,
  .split-layout,
  .footer-grid {
    padding-left: max(1rem, env(safe-area-inset-left));
    padding-right: max(1rem, env(safe-area-inset-right));
  }

  .hero-content {
    padding-bottom: 3.2rem;
    padding-left: max(1rem, env(safe-area-inset-left));
    padding-top: 3rem;
  }

  .hero h1 {
    font-size: 1.55rem;
    line-height: 1.1;
  }

  .subpage-hero h1 {
    font-size: 2.15rem;
    line-height: 1.08;
  }

  .hero-lead,
  .subpage-hero p:last-child {
    font-size: 1.02rem;
  }

  .hero-overlay,
  .subpage-overlay {
    background: rgba(4, 39, 75, .74);
  }

  .hero-actions,
  .cta-layout,
  .error-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions .btn,
  .cta-layout .btn,
  .error-actions .btn {
    width: 100%;
  }

  .error-page {
    min-height: max(420px, calc(100svh - 68px));
  }

  .error-status {
    border-left-width: 6px;
    padding-left: .9rem;
  }

  .error-status span {
    font-size: 5rem;
  }

  .error-copy h1 {
    font-size: 1.9rem;
    line-height: 1.12;
  }

  .error-lead {
    font-size: 1rem;
  }

  .product-grid,
  .highlight-grid {
    grid-template-columns: 1fr;
  }

  .split-layout h2,
  .section-heading h2 {
    font-size: 1.9rem;
    line-height: 1.12;
  }

  .cta-layout h2 {
    font-size: 1.9rem;
  }

  .product-card span,
  .detail-card span,
  .product-card h3,
  .detail-card h2,
  .product-card p,
  .detail-card p {
    margin-left: .9rem;
    margin-right: .9rem;
  }

  .detail-card-image {
    padding: .8rem;
  }

  .detail-card.has-image h2 {
    min-height: auto;
  }

  .detail-card .detail-card-action {
    min-width: 0;
    width: calc(100% - 1.8rem);
  }

  .technical-table {
    font-size: .86rem;
    min-width: 560px;
  }

  .technical-table th,
  .technical-table td {
    padding: .55rem .5rem;
  }

  .product-detail-page .text-section,
  .product-detail-page .table-section {
    padding: .9rem;
  }

  .contact-map-frame {
    height: clamp(240px, 60vw, 320px);
  }

  .contact-map-link {
    justify-content: center;
    justify-self: stretch;
  }

  .footer-brand {
    flex-direction: column;
  }

  .footer-logo {
    width: min(220px, 72vw);
  }

  .detail-card-grid.visual-card-grid {
    grid-template-columns: 1fr;
  }

  .board-grid {
    grid-template-columns: 1fr;
  }

  .board-card-body {
    padding: 1rem .9rem 1rem;
  }

  .board-card-body > h2,
  .board-card-body > .board-role {
    min-height: 0;
  }

  .board-toggle {
    width: 100%;
  }

  .mega-menu {
    padding: .65rem;
  }

  .mega-menu-grid {
    grid-template-columns: 1fr;
  }

  .mega-menu-card {
    align-items: center;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .12);
    display: grid;
    gap: .7rem;
    grid-template-columns: 76px minmax(0, 1fr);
    grid-template-rows: auto;
    padding: .45rem;
  }

  .mega-menu-image {
    aspect-ratio: auto;
    border-radius: 4px;
    height: 58px;
    width: 76px;
  }

  .mega-menu-image img {
    object-fit: contain;
    padding: .25rem;
  }

  .mega-menu-title {
    font-size: .93rem;
    line-height: 1.25;
  }

  .mega-menu-links {
    margin-top: .7rem;
  }

  .mega-menu-links a {
    width: 100%;
  }
}

@media (max-width: 380px) {
  .site-nav-wrap {
    gap: .45rem;
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .brand-logo {
    width: min(187px, 55vw);
  }

  .navbar-toggler {
    padding: .25rem .45rem;
  }

  .hero h1 {
    font-size: 1.38rem;
  }

  .subpage-hero h1 {
    font-size: 1.95rem;
  }

  .split-layout h2,
  .section-heading h2,
  .cta-layout h2 {
    font-size: 1.72rem;
  }

  .text-section h2,
  .table-section h2,
  .contact-section h2,
  .contact-section-heading h2 {
    font-size: 1.48rem;
  }

  .contact-map-frame {
    height: 230px;
  }

  .technical-table {
    min-width: 520px;
  }

  .error-status span {
    font-size: 4.25rem;
  }
}
