:root {
  --brand: #285080;
  --brand-dark: #0d3560;
  --brand-mid: #2c74b8;
  --brand-bright: #1f86ff;
  --ink: #172f54;
  --muted: #6a7b91;
  --pale: #f4f9ff;
  --paper: #fbfdff;
  --line: #d9e8f7;
  --white: #ffffff;
  --shadow-soft: 0 22px 60px rgba(40, 80, 128, 0.14);
  --shadow-card: 0 14px 34px rgba(23, 47, 84, 0.12);
}

* {
  box-sizing: border-box;
}

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

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

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

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

.site-header,
main,
.site-footer {
  width: 100%;
  margin-inline: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 64px;
  margin-top: 0;
  padding: 0 20px;
  border: 1px solid rgba(40, 80, 128, 0.1);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(18px);
}

.brand {
  width: 104px;
}

.brand img,
.site-footer img {
  filter: drop-shadow(0 6px 12px rgba(40, 80, 128, 0.08));
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 34px;
  margin-left: auto;
  margin-right: 38px;
  color: var(--brand-dark);
  font-size: 0.82rem;
  font-weight: 760;
}

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

.main-nav a:hover,
.main-nav a.is-active,
.main-nav a[aria-current="page"] {
  color: var(--brand-bright);
}

.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  border-radius: 999px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 180ms ease;
}

.main-nav a.is-active::after,
.main-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 16px;
  border-radius: 6px;
  font-size: 0.82rem;
  font-weight: 850;
}

.header-cta,
.button.primary {
  color: #ffffff;
  background: linear-gradient(135deg, #1f86ff, #1c68e8);
  box-shadow: 0 12px 24px rgba(31, 134, 255, 0.2);
}

.button.secondary {
  border: 1px solid rgba(40, 80, 128, 0.16);
  color: var(--brand);
  background: rgba(255, 255, 255, 0.82);
}

.hero .button.secondary {
  border-color: rgba(255, 255, 255, 0.42);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
}

main {
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 8%, rgba(94, 152, 255, 0.22), transparent 20%),
    linear-gradient(180deg, #ffffff 0%, #f5faff 46%, #ffffff 100%);
}

.hero {
  position: relative;
  isolation: isolate;
  min-height: 720px;
  display: flex;
  align-items: center;
  padding: 130px 76px 108px;
  color: #ffffff;
  text-align: left;
  background: #02060d;
}

.hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(115deg, rgba(2, 7, 16, 0.92) 0%, rgba(7, 20, 40, 0.78) 35%, rgba(4, 11, 22, 0.18) 64%, rgba(1, 5, 12, 0.5) 100%),
    linear-gradient(180deg, rgba(2, 6, 13, 0.34), rgba(2, 6, 13, 0.82)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.026) 0 1px, transparent 1px 86px);
}

.hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(128deg, rgba(10, 34, 68, 0.76) 0 38%, rgba(10, 34, 68, 0.08) 38.2% 100%);
  mix-blend-mode: multiply;
  pointer-events: none;
}

.hero-orb {
  position: absolute;
  z-index: -1;
  top: 86px;
  left: 50%;
  width: min(470px, 72vw);
  height: 245px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 44%, rgba(64, 124, 255, 0.42), rgba(89, 157, 255, 0.16) 42%, transparent 72%);
  filter: blur(18px);
  transform: translateX(-50%);
  animation: orbFloat 7s ease-in-out infinite;
}

.hero-logo-art {
  position: absolute;
  z-index: -1;
  top: 220px;
  left: 18%;
  width: min(820px, 70vw);
  max-width: none;
  opacity: 0.045;
  pointer-events: none;
}

.hero-media-rotator {
  position: absolute;
  z-index: -3;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  pointer-events: none;
}

.hero-media-rotator::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(1, 5, 12, 0.02), rgba(1, 5, 12, 0.38) 84%, rgba(1, 5, 12, 0.7)),
    radial-gradient(circle at 76% 28%, rgba(31, 134, 255, 0.22), transparent 34%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.16), transparent 28%, transparent 72%, rgba(0, 0, 0, 0.24));
  animation: heroAmbientShift 6s ease-in-out infinite;
}

.hero-media-rotator::before {
  content: "";
  position: absolute;
  z-index: 3;
  inset: -18% -28%;
  background:
    linear-gradient(104deg, transparent 16%, rgba(93, 178, 255, 0.16) 34%, rgba(255, 255, 255, 0.2) 43%, transparent 58%),
    radial-gradient(circle at 78% 36%, rgba(31, 134, 255, 0.3), transparent 24%);
  mix-blend-mode: screen;
  opacity: 0.75;
  transform: translateX(-28%);
  animation: heroLightSweep 6s ease-in-out infinite;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: saturate(1.06) contrast(1.12) brightness(0.95);
  transform: scale(1.03);
  animation:
    heroMediaFade 6s infinite,
    heroImageDrift 6s ease-in-out infinite;
}

.hero-slide-datacenter {
  background-image: url("assets/hero-optical-modules.png");
  background-position: 64% 52%;
}

.hero-slide-osfp {
  background-image: url("assets/products/transparent/osfp-800g-sr8-transparent.png");
  background-position: 78% 56%;
  background-size: min(1240px, 104vw) auto;
  animation-delay: 2s;
}

.hero-slide-module {
  background-image: url("assets/products/transparent/qsfp56-200g-aoc-transparent.png");
  background-position: 78% 60%;
  background-size: min(1180px, 100vw) auto;
  animation-delay: 4s;
}

.hero-copy {
  position: relative;
  z-index: 1;
  width: min(580px, 100%);
  margin: 0;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--brand-bright);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 640px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(3.2rem, 6vw, 5.2rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.hero h1 span {
  display: block;
  white-space: nowrap;
}

.hero-copy p {
  max-width: 560px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.03rem;
}

.hero-actions {
  display: flex;
  justify-content: flex-start;
  gap: 12px;
  margin-top: 30px;
}

.section-kicker,
.section-heading {
  width: min(900px, calc(100% - 48px));
  margin-inline: auto;
}

.section-kicker {
  margin-bottom: 22px;
  color: var(--brand-bright);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.insights-section,
.products-section,
.solutions-section,
.technology-section,
.future-section {
  padding: 76px 0;
}

.insight-text-list,
.insight-grid,
.product-grid,
.capability-grid,
.future-section {
  width: min(900px, calc(100% - 48px));
  margin-inline: auto;
}

.insight-text-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(42px, 8vw, 110px);
  align-items: start;
}

.insight-text-item {
  position: relative;
  padding: 24px 0 4px;
  border-top: 1px solid rgba(40, 80, 128, 0.16);
}

.insight-text-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 78px;
  height: 2px;
  background: var(--brand-bright);
}

.insight-text-item span {
  display: block;
  color: var(--brand-bright);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.insight-text-item h2 {
  max-width: 460px;
  margin: 18px 0 0;
  color: var(--ink);
  font-size: 2.05rem;
  line-height: 1.04;
}

.insight-text-item p {
  max-width: 430px;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.55;
}

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

.story-card,
.product-card,
.future-card {
  overflow: hidden;
  border: 1px solid rgba(40, 80, 128, 0.1);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow-card);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.story-card:hover,
.product-card:hover,
.future-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 44px rgba(23, 47, 84, 0.16);
}

.story-card {
  min-height: 295px;
}

.story-image,
.product-image,
.future-image {
  min-height: 120px;
  background-image:
    linear-gradient(180deg, rgba(40, 80, 128, 0), rgba(40, 80, 128, 0.18)),
    url("assets/hero-optical-modules.png");
  background-size: cover;
}

.story-lowber {
  background-position: 16% center;
}

.story-reach {
  background-position: 70% center;
}

.story-card span,
.product-card span,
.future-card span {
  display: block;
  margin: 16px 16px 6px;
  color: var(--brand-bright);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.story-card h2,
.product-card h3,
.future-card h2 {
  margin: 0 16px;
  color: var(--ink);
  font-size: 1.04rem;
  line-height: 1.16;
}

.story-card p,
.product-card p,
.future-card p {
  margin: 10px 16px 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.story-card a,
.future-card a {
  display: inline-flex;
  margin: 14px 16px 18px;
  color: var(--brand);
  font-size: 0.78rem;
  font-weight: 850;
}

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

.section-heading h2 {
  max-width: 640px;
  margin: 0;
  color: var(--ink);
  font-size: 2.55rem;
  line-height: 1;
}

.section-heading p:not(.eyebrow) {
  max-width: 610px;
  margin: 12px 0 0;
  color: var(--muted);
}

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

.product-card {
  min-height: 320px;
}

.product-image {
  min-height: 128px;
}

.product-a {
  background-position: 10% center;
}

.product-b {
  background-position: 34% center;
}

.product-c {
  background-position: 62% center;
}

.product-d {
  background-position: 88% center;
}

.solution-browser,
.product-data-block {
  width: min(900px, calc(100% - 48px));
  margin-inline: auto;
}

.solution-browser {
  display: grid;
  grid-template-columns: 285px minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid rgba(40, 80, 128, 0.12);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow-card);
}

.solution-menu {
  display: grid;
  align-content: start;
  background: #343a40;
}

.solution-menu-title,
.solution-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 74px;
  padding: 0 28px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: #ffffff;
  background: transparent;
  font: inherit;
  font-size: 1.06rem;
  font-weight: 840;
  text-align: left;
}

.solution-menu-title {
  background: #2f3337;
  font-size: 1.38rem;
}

.solution-menu-title span,
.solution-nav span {
  color: #ff8b2c;
  font-size: 1.55rem;
  line-height: 1;
}

.solution-nav {
  cursor: pointer;
}

.solution-nav:hover,
.solution-nav.is-active {
  color: var(--ink);
  background: #ffffff;
}

.solution-content {
  min-height: 510px;
  padding: 34px 40px 38px;
  background:
    linear-gradient(135deg, #ffffff 0%, #ffffff 58%, rgba(236, 245, 255, 0.72) 100%),
    #ffffff;
}

.solution-panel {
  display: none;
}

.solution-panel.is-active {
  display: block;
}

.solution-panel {
  min-height: 100%;
}

.solution-panel > .eyebrow {
  padding-bottom: 24px;
}

.solution-panel h3,
.data-heading h3 {
  margin: 0;
  color: var(--ink);
  font-size: 1.95rem;
  line-height: 1.05;
}

.solution-panel p:not(.eyebrow) {
  max-width: 620px;
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.solution-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
  padding-top: 26px;
  border-top: 1px solid rgba(40, 80, 128, 0.18);
}

.solution-list article {
  min-height: 150px;
  padding: 20px;
  border: 1px solid rgba(40, 80, 128, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 10px 24px rgba(40, 80, 128, 0.07);
}

.solution-list strong {
  display: block;
  color: var(--brand);
  font-size: 1.28rem;
  line-height: 1.05;
}

.solution-list span {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.9rem;
}

.product-data-block {
  margin-top: 0;
  padding: 30px;
  border: 1px solid rgba(40, 80, 128, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(241, 248, 255, 0.88)),
    #ffffff;
  box-shadow: var(--shadow-card);
}

.data-heading {
  margin-bottom: 18px;
}

.data-heading h3 {
  font-size: 1.65rem;
}

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

.spec-card {
  position: relative;
  grid-column: span 2;
  min-height: 285px;
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr;
  border: 1px solid rgba(40, 80, 128, 0.13);
  border-radius: 8px;
  background:
    radial-gradient(circle at 88% 0%, rgba(31, 134, 255, 0.16), transparent 34%),
    linear-gradient(145deg, #ffffff, #f2f8ff);
  box-shadow: 0 12px 28px rgba(40, 80, 128, 0.09);
}

.spec-card.featured {
  grid-column: span 3;
}

.spec-card::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 5px;
  background: linear-gradient(90deg, var(--brand), var(--brand-bright));
}

.spec-speed {
  min-height: 108px;
  display: flex;
  align-items: flex-end;
  padding: 20px 22px 8px;
  color: rgba(40, 80, 128, 0.13);
  font-size: 4.8rem;
  font-weight: 950;
  line-height: 0.82;
  letter-spacing: 0;
}

.spec-body {
  position: relative;
  padding: 0 22px 26px;
}

.spec-body span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 9px;
  border-radius: 999px;
  color: var(--brand);
  background: rgba(31, 134, 255, 0.1);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.spec-body h3 {
  margin: 14px 0 0;
  color: var(--ink);
  font-size: 1.22rem;
  line-height: 1.12;
}

.spec-body p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.spec-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.spec-meta strong,
.spec-meta em {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 6px;
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 850;
}

.spec-meta strong {
  color: var(--brand);
  background: #ffffff;
  box-shadow: 0 8px 18px rgba(40, 80, 128, 0.08);
}

.spec-meta em {
  color: #ffffff;
  background: var(--brand);
}

.product-catalog-block {
  width: min(1040px, calc(100% - 48px));
  padding: 0;
  overflow: hidden;
}

.product-catalog-block .data-heading {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 30px 30px 0;
}

.product-catalog-block .data-heading p {
  max-width: 640px;
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.product-category-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 24px 30px 0;
}

.product-category-tab {
  min-height: 74px;
  padding: 14px 18px;
  border: 1px solid rgba(40, 80, 128, 0.14);
  border-radius: 8px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.72);
  font: inherit;
  font-size: 1.06rem;
  font-weight: 900;
  text-align: left;
  cursor: pointer;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.product-category-tab span {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 760;
}

.product-category-tab:hover,
.product-category-tab.is-active {
  transform: translateY(-2px);
  border-color: rgba(31, 134, 255, 0.3);
  background: #ffffff;
  box-shadow: 0 12px 26px rgba(40, 80, 128, 0.08);
}

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

.product-category-panel {
  display: none;
}

.product-category-panel.is-active {
  display: block;
}

.catalog-intro {
  display: grid;
  gap: 8px;
  padding: 28px 30px 0;
}

.catalog-intro h3 {
  margin: 0;
  color: var(--ink);
  font-size: 1.55rem;
  line-height: 1.08;
}

.catalog-intro p:not(.eyebrow) {
  max-width: 670px;
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.catalog-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 22px 30px 26px;
  border-bottom: 1px solid rgba(40, 80, 128, 0.12);
}

.catalog-tabs span,
.speed-badge {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 11px;
  border-radius: 999px;
  color: var(--brand);
  background: rgba(31, 134, 255, 0.1);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0;
}

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

.catalog-card {
  overflow: hidden;
  display: grid;
  grid-template-rows: 178px 1fr;
  min-height: 570px;
  border: 1px solid rgba(40, 80, 128, 0.13);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0.92)),
    transparent;
  box-shadow: 0 12px 28px rgba(40, 80, 128, 0.08);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.catalog-card:hover {
  transform: translateY(-4px);
  border-color: rgba(31, 134, 255, 0.28);
  box-shadow: 0 22px 42px rgba(40, 80, 128, 0.14);
}

.catalog-card-wide {
  grid-column: 1 / -1;
  grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.1fr);
  grid-template-rows: auto;
  min-height: 360px;
}

.catalog-image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 178px;
  background: transparent;
}

.catalog-card-wide .catalog-image {
  min-height: 100%;
  border-right: 0;
  border-bottom: 0;
}

.catalog-image img {
  width: 100%;
  height: 100%;
  max-height: 220px;
  object-fit: contain;
  padding: 22px;
  filter: drop-shadow(0 18px 22px rgba(40, 80, 128, 0.14));
}

.catalog-card-wide .catalog-image img {
  max-height: 300px;
  padding: 34px;
}

.chip-catalog-grid .catalog-card {
  min-height: 515px;
}

.chip-catalog-grid .catalog-card-wide {
  min-height: 350px;
}

.chip-image img {
  max-height: 190px;
}

.catalog-card-wide .chip-image img {
  max-height: 260px;
}

.catalog-copy {
  display: flex;
  flex-direction: column;
  padding: 22px;
}

.catalog-copy h3 {
  margin: 14px 0 0;
  color: var(--ink);
  font-size: 1.18rem;
  line-height: 1.1;
}

.catalog-card-wide .catalog-copy h3 {
  font-size: 1.85rem;
}

.catalog-copy p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.55;
}

.catalog-card-wide .catalog-copy p {
  max-width: 580px;
  font-size: 0.96rem;
}

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

.spec-list div {
  min-height: 62px;
  padding: 10px 12px;
  border: 1px solid rgba(40, 80, 128, 0.08);
  border-radius: 8px;
  background: rgba(244, 249, 255, 0.9);
}

.spec-list dt {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.spec-list dd {
  margin: 5px 0 0;
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 820;
  line-height: 1.18;
}

.catalog-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
  padding-top: 18px;
}

.catalog-meta strong,
.catalog-meta em {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 6px;
  font-size: 0.76rem;
  font-style: normal;
  font-weight: 850;
}

.catalog-meta strong {
  color: var(--brand);
  background: rgba(31, 134, 255, 0.1);
}

.catalog-meta em {
  color: #ffffff;
  background: var(--brand);
}

.product-directory-section {
  padding: 76px 0 88px;
  background:
    linear-gradient(180deg, rgba(238, 247, 255, 0.75), rgba(255, 255, 255, 0.98)),
    #ffffff;
}

.directory-heading {
  width: min(900px, calc(100% - 48px));
  margin: 0 auto 32px;
  text-align: center;
}

.directory-heading h2 {
  margin: 0;
  color: var(--ink);
  font-size: 3rem;
  line-height: 1;
}

.directory-heading .eyebrow {
  justify-content: center;
}

.directory-tabs {
  display: flex;
  justify-content: center;
  gap: 48px;
  padding: 0 24px 34px;
  border-bottom: 1px solid rgba(40, 80, 128, 0.12);
}

.directory-tabs .product-category-tab {
  min-height: 52px;
  padding: 0 34px;
  border: 0;
  border-radius: 999px;
  color: var(--ink);
  background: transparent;
  box-shadow: none;
  font-size: 1.12rem;
  font-weight: 900;
  text-align: center;
}

.directory-tabs .product-category-tab:hover,
.directory-tabs .product-category-tab.is-active {
  transform: none;
  color: #ffffff;
  background: var(--ink);
  box-shadow: 0 12px 26px rgba(23, 47, 84, 0.16);
}

.directory-panel {
  padding: 72px max(40px, calc((100% - 1040px) / 2)) 0;
}

.directory-title {
  display: grid;
  justify-items: center;
  margin-bottom: 44px;
}

.directory-title h3 {
  margin: 0;
  color: #07101f;
  font-size: 2.1rem;
  line-height: 1;
  text-align: center;
}

.directory-title::after {
  content: "";
  width: 120px;
  height: 4px;
  margin-top: 22px;
  background: #07101f;
}

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

.simple-product-card {
  display: grid;
  grid-template-rows: 1fr auto;
  min-height: 410px;
  padding: 30px 28px 34px;
  border: 1px solid rgba(40, 80, 128, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 30px rgba(23, 47, 84, 0.1);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.simple-product-card:hover {
  transform: translateY(-5px);
  border-color: rgba(31, 134, 255, 0.28);
  box-shadow: 0 24px 44px rgba(23, 47, 84, 0.16);
}

.simple-product-image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 258px;
  margin-bottom: 28px;
  background:
    linear-gradient(180deg, rgba(248, 251, 255, 0.7), rgba(255, 255, 255, 0.3)),
    transparent;
}

.simple-product-image img {
  width: 100%;
  height: 250px;
  object-fit: contain;
  filter: drop-shadow(0 18px 22px rgba(40, 80, 128, 0.12));
}

.chip-card-image img {
  height: 210px;
}

.simple-product-card strong {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  color: #252d36;
  font-size: 1.18rem;
  font-weight: 900;
  line-height: 1.12;
  text-align: center;
  overflow-wrap: anywhere;
}

.solution-directory-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: min(1040px, calc(100% - 48px));
  margin: 0 auto;
}

.solution-directory-card {
  min-height: 250px;
  grid-template-rows: auto auto 1fr;
  align-items: stretch;
}

.solution-directory-card strong {
  justify-content: flex-start;
  min-height: auto;
  margin-top: 16px;
  text-align: left;
  font-size: 1.28rem;
}

.solution-card-kicker {
  display: block;
  margin-top: 0;
  color: var(--brand-bright);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.solution-directory-card p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.45;
}

.solutions-section {
  background:
    linear-gradient(180deg, rgba(238, 247, 255, 0.75), rgba(255, 255, 255, 0.98)),
    #ffffff;
}

.product-detail-main {
  padding: 64px 0 78px;
}

.detail-back {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  margin: 0 max(40px, calc((100% - 1040px) / 2)) 22px;
  color: var(--brand);
  font-size: 0.86rem;
  font-weight: 850;
}

.detail-back::before {
  content: "‹";
  margin-right: 8px;
  font-size: 1.35rem;
  line-height: 1;
}

.product-detail-hero,
.detail-info-grid {
  width: min(1040px, calc(100% - 48px));
  margin-inline: auto;
}

.product-detail-hero {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
  gap: 38px;
  align-items: center;
  padding: 38px;
  border: 1px solid rgba(40, 80, 128, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow-card);
}

.solution-detail-hero {
  grid-template-columns: minmax(180px, 0.45fr) minmax(0, 1.55fr);
}

.solution-detail-number {
  color: rgba(40, 80, 128, 0.13);
  font-size: 9rem;
  font-weight: 950;
  line-height: 0.9;
}

.product-detail-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 360px;
  background:
    radial-gradient(circle at 50% 48%, rgba(31, 134, 255, 0.08), transparent 52%),
    transparent;
}

.product-detail-visual img {
  width: 100%;
  max-height: 330px;
  object-fit: contain;
  filter: drop-shadow(0 24px 28px rgba(40, 80, 128, 0.14));
}

.product-detail-copy h1 {
  margin: 8px 0 0;
  color: var(--ink);
  font-size: 2.55rem;
  line-height: 1;
}

.product-detail-copy p:not(.eyebrow) {
  max-width: 560px;
  margin: 18px 0 0;
  color: var(--muted);
}

.detail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.detail-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 11px;
  border-radius: 999px;
  color: var(--brand);
  background: rgba(31, 134, 255, 0.1);
  font-size: 0.78rem;
  font-weight: 900;
}

.detail-info-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(260px, 0.8fr);
  gap: 22px;
  margin-top: 24px;
}

.detail-panel {
  padding: 28px;
  border: 1px solid rgba(40, 80, 128, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow-card);
}

.detail-panel h2 {
  margin: 0 0 20px;
  color: var(--ink);
  font-size: 1.45rem;
}

.detail-spec-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
}

.detail-spec-list div {
  min-height: 74px;
  padding: 14px;
  border: 1px solid rgba(40, 80, 128, 0.08);
  border-radius: 8px;
  background: rgba(244, 249, 255, 0.9);
}

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

.detail-spec-list dd {
  margin: 6px 0 0;
  color: var(--ink);
  font-size: 0.95rem;
  font-weight: 820;
  line-height: 1.2;
}

.detail-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.detail-list li {
  padding: 14px 16px;
  border-left: 3px solid var(--brand-bright);
  border-radius: 0 8px 8px 0;
  color: var(--ink);
  background: rgba(244, 249, 255, 0.9);
  font-weight: 760;
}

.product-page-main {
  overflow: visible;
  padding: 0 0 58px;
  background: #ffffff;
}

.product-title-block,
.product-page-tabs,
.product-content-section {
  width: min(1040px, calc(100% - 48px));
  margin-inline: auto;
}

.product-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 760;
}

.product-breadcrumb > * + *::before {
  content: "/";
  margin-right: 8px;
  color: rgba(40, 80, 128, 0.34);
}

.product-breadcrumb a {
  color: var(--brand);
}

.product-title-block {
  position: relative;
  width: 100%;
  min-height: 170px;
  margin-inline: 0;
  overflow: hidden;
  padding: 46px max(64px, calc((100% - 1040px) / 2)) 60px;
  background:
    linear-gradient(135deg, transparent 0 64%, rgba(31, 134, 255, 0.78) 64% 79%, rgba(40, 80, 128, 0.22) 79% 100%),
    #f5f5f5;
}

.product-family-label {
  position: relative;
  z-index: 1;
  margin: 0 0 14px;
  color: #42464d;
  font-size: 0.78rem;
  font-weight: 520;
}

.product-title-block h1 {
  position: relative;
  z-index: 1;
  max-width: 860px;
  margin: 0;
  color: #3e4146;
  font-size: 2.45rem;
  font-weight: 520;
  line-height: 1.08;
}

.product-page-tabs {
  position: relative;
  top: auto;
  z-index: 10;
  display: flex;
  gap: 34px;
  overflow-x: auto;
  margin-top: -28px;
  padding-top: 24px;
  border-top: 0;
  border-bottom: 1px solid #c7cdd3;
  background: #ffffff;
  backdrop-filter: none;
}

.product-page-tabs a {
  flex: 0 0 auto;
  padding: 8px 0 12px;
  color: #15191f;
  font-size: 0.62rem;
  font-weight: 720;
}

.product-page-tabs a:first-child,
.product-page-tabs a:hover {
  color: var(--brand-bright);
}

.product-page-tabs a:first-child {
  box-shadow: inset 0 -2px 0 var(--brand-bright);
}

.product-content-section {
  scroll-margin-top: 92px;
  padding: 26px 0 0;
  border-bottom: 0;
}

.product-content-section h2 {
  margin: 0 0 32px;
  color: #42464d;
  font-size: 1.38rem;
  font-weight: 520;
  line-height: 1.15;
}

.product-content-section p {
  color: #05070a;
}

.product-overview-section {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(320px, 0.72fr);
  gap: 52px;
  align-items: start;
}

.product-section-copy p {
  max-width: 620px;
  margin: 0;
  color: #05070a;
  font-size: 0.86rem;
  line-height: 1.32;
}

.product-overview-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 270px;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.product-overview-visual img {
  width: 100%;
  max-height: 260px;
  object-fit: contain;
  padding: 0;
  filter: none;
}

.product-plain-list {
  display: grid;
  gap: 10px;
  max-width: 680px;
  margin: 0;
  padding-left: 17px;
  color: #05070a;
  font-size: 0.86rem;
  line-height: 1.35;
  list-style: disc;
}

.product-plain-list li {
  padding-left: 4px;
}

.product-plain-list strong {
  font-weight: 760;
}

.product-spec-table {
  display: grid;
  margin: 0;
  border-top: 1px solid rgba(40, 80, 128, 0.14);
}

.product-spec-table div {
  display: grid;
  grid-template-columns: minmax(180px, 0.32fr) minmax(0, 1fr);
  gap: 24px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(40, 80, 128, 0.14);
}

.product-spec-table dt {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.product-spec-table dd {
  margin: 0;
  color: var(--ink);
  font-weight: 820;
}

.compliance-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.compliance-list li {
  min-height: 132px;
  padding: 20px;
  border: 1px solid rgba(40, 80, 128, 0.1);
  border-radius: 8px;
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(244, 249, 255, 0.96), rgba(255, 255, 255, 0.92)),
    #ffffff;
  font-weight: 760;
  box-shadow: 0 10px 24px rgba(23, 47, 84, 0.06);
}

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

.related-product-list a {
  min-height: 116px;
  padding: 18px;
  border: 1px solid rgba(40, 80, 128, 0.11);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 24px rgba(23, 47, 84, 0.07);
}

.related-product-list span {
  color: var(--brand);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.related-product-list strong {
  display: block;
  margin-top: 12px;
  color: var(--ink);
  font-size: 1.02rem;
  line-height: 1.12;
}

.related-product-list p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.35;
}

.resource-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 0;
}

.resource-section p {
  max-width: 560px;
  margin: 0;
}

.related-solution-list a {
  min-height: 104px;
}

.product-page-main .resource-section {
  border-bottom: 1px solid rgba(40, 80, 128, 0.12);
}

.product-page-main .product-content-section:last-child {
  border-bottom: 0;
}

.table-wrap {
  overflow-x: auto;
}

table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  color: #252d36;
  font-size: 0.95rem;
}

th {
  padding: 13px 16px;
  color: #ffffff;
  background: var(--brand);
  font-size: 0.92rem;
  text-align: left;
}

td {
  padding: 13px 16px;
  border-bottom: 1px solid rgba(40, 80, 128, 0.14);
  vertical-align: middle;
}

tbody tr:nth-child(even) {
  background: rgba(222, 241, 255, 0.58);
}

tbody tr:last-child td {
  border-bottom: 0;
}

.technology-section {
  background:
    linear-gradient(180deg, rgba(244, 249, 255, 0.4), rgba(255, 255, 255, 0.96)),
    #ffffff;
}

.home-technology-section {
  padding-top: 0;
  padding-bottom: 0;
  background: #0a4380;
}

.technology-grid {
  width: min(900px, calc(100% - 48px));
  margin-inline: auto;
}

.technology-capability-panel {
  width: 100%;
  margin: 54px auto 0;
  padding: 54px max(48px, calc((100% - 900px) / 2));
  border-radius: 0;
  color: #ffffff;
  background: #0a4380;
}

.technology-section > .technology-capability-panel:first-child {
  margin-top: 0;
}

.technology-capability-panel .capability-intro h3 {
  color: #ffffff;
  max-width: none;
  font-size: 1.56rem;
  white-space: nowrap;
}

.technology-capability-panel .capability-intro span {
  color: #7fc5ff;
}

.capability-intro {
  display: grid;
  gap: 10px;
  width: 100%;
  max-width: none;
}

.capability-intro span,
.technology-grid span {
  color: var(--brand-bright);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.capability-intro h3 {
  margin: 0;
  color: var(--ink);
  font-size: 1.8rem;
  line-height: 1.08;
  letter-spacing: 0;
}

.capability-intro p {
  max-width: 760px;
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.96rem;
  line-height: 1.55;
}

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

.technology-grid article {
  min-height: 210px;
  padding: 24px;
  border: 1px solid rgba(40, 80, 128, 0.12);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow-card);
}

.technology-grid h3 {
  margin: 10px 0 0;
  color: var(--ink);
  font-size: 1.38rem;
}

.technology-grid p {
  margin: 12px 0 0;
  color: var(--muted);
}

.deep-section {
  padding: 84px max(48px, calc((100% - 900px) / 2));
  color: #ffffff;
  background:
    radial-gradient(circle at 78% 20%, rgba(31, 134, 255, 0.28), transparent 34%),
    linear-gradient(135deg, #0e4380, #0a3670);
}

.deep-copy {
  max-width: 620px;
}

.deep-copy .eyebrow {
  color: #7fc5ff;
}

.deep-copy h2 {
  margin: 0;
  font-size: 2.35rem;
  line-height: 1.02;
}

.deep-copy p {
  max-width: 560px;
  color: rgba(255, 255, 255, 0.74);
}

.company-section {
  display: flex;
  align-items: center;
  min-height: 420px;
  padding: 80px max(40px, calc((100% - 1040px) / 2));
  background:
    linear-gradient(90deg, rgba(5, 18, 38, 0.9) 0%, rgba(10, 67, 128, 0.76) 46%, rgba(10, 67, 128, 0.24) 100%),
    linear-gradient(180deg, rgba(8, 36, 72, 0.18), rgba(8, 36, 72, 0.42)),
    url("assets/hero-facility.webp");
  background-position: center 48%;
  background-size: cover;
}

.company-map-heading > span,
.company-copy span {
  color: var(--brand-bright);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.company-map-heading h2,
.company-copy h2 {
  max-width: 560px;
  margin: 14px 0 0;
  color: var(--ink);
  font-size: 2.2rem;
  line-height: 1.04;
}

.company-section .company-map-heading > span {
  color: #8bd0ff;
}

.company-section .company-map-heading h2 {
  max-width: 980px;
  color: #ffffff;
  font-size: clamp(2.35rem, 4.7vw, 4rem);
  text-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
}

.company-hero-title span {
  display: block;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-transform: none;
  white-space: nowrap;
}

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

.company-detail-copy {
  max-width: 720px;
  margin: 0;
  color: #05070a;
  font-size: 0.96rem;
  line-height: 1.45;
}

.company-page-main > .company-inline-tabs {
  display: none;
}

.company-page-main #news {
  padding-bottom: 64px;
}

.news-section {
  padding: 72px max(40px, calc((100% - 1040px) / 2));
  background: #ffffff;
}

.news-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 30px;
}

.news-release-card {
  display: grid;
  align-content: space-between;
  min-height: 210px;
  padding: 24px;
  border: 1px solid rgba(40, 80, 128, 0.16);
  border-radius: 6px;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(244, 249, 255, 0.86), rgba(255, 255, 255, 0.98)),
    #ffffff;
  box-shadow: 0 18px 42px rgba(18, 50, 90, 0.08);
}

.news-release-card::after {
  content: "Read more";
  color: var(--brand-bright);
  font-size: 0.82rem;
  font-weight: 900;
}

.news-list-placeholder {
  display: grid;
  gap: 20px;
}

.news-list-placeholder::after {
  align-self: end;
}

.news-list-date,
.news-list-title,
.news-list-summary {
  display: block;
  min-height: 0;
}

.news-list-title {
  min-height: 78px;
  color: var(--ink);
  font-size: 1.12rem;
  line-height: 1.16;
}

.news-list-summary {
  min-height: 98px;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.48;
}

.news-release-card .news-list-date {
  color: var(--brand-bright);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.news-back-link {
  display: inline-flex;
  margin-bottom: 28px;
  color: var(--brand-bright);
  font-size: 0.86rem;
  font-weight: 900;
}

.news-article-shell {
  max-width: 780px;
}

.news-article-header h2 {
  margin: 0;
  color: var(--ink);
  font-size: 2rem;
  line-height: 1.08;
}

.news-date {
  min-height: 18px;
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 0.86rem;
}

.news-download-row {
  margin: 28px 0;
  padding: 16px 0;
  border-top: 1px solid rgba(40, 80, 128, 0.12);
  border-bottom: 1px solid rgba(40, 80, 128, 0.12);
}

.news-download-row a {
  color: var(--brand-bright);
  font-weight: 900;
  pointer-events: none;
}

.news-body-placeholder {
  min-height: 220px;
  border-top: 1px solid rgba(40, 80, 128, 0.12);
}

.news-article-body {
  display: grid;
  gap: 18px;
  padding-top: 8px;
  border-top: 1px solid rgba(40, 80, 128, 0.12);
}

.news-article-body h3 {
  margin: 18px 0 0;
  color: var(--ink);
  font-size: 1.28rem;
  line-height: 1.18;
}

.news-article-body p {
  margin: 0;
  color: #172f54;
  font-size: 0.98rem;
  line-height: 1.72;
}

.contact-page-main {
  background:
    radial-gradient(circle at 82% 10%, rgba(31, 134, 255, 0.12), transparent 26%),
    #ffffff;
}

.contact-page-main > .product-page-tabs {
  display: none;
}

.contact-page-main .contact-overview-section,
.contact-page-main .contact-directory-section {
  display: none;
}

.contact-title-block {
  background:
    linear-gradient(135deg, transparent 0 62%, rgba(31, 134, 255, 0.78) 62% 78%, rgba(40, 80, 128, 0.2) 78% 100%),
    linear-gradient(180deg, #f7f9fc, #f0f4f8);
}

.contact-overview-section {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 54px;
  align-items: start;
}

.contact-placeholder {
  min-height: 190px;
  border-top: 1px solid rgba(40, 80, 128, 0.18);
  background:
    linear-gradient(180deg, rgba(244, 249, 255, 0.7), transparent 72%),
    repeating-linear-gradient(180deg, transparent 0 34px, rgba(40, 80, 128, 0.12) 34px 35px);
}

.contact-placeholder.compact {
  min-height: 132px;
}

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

.contact-directory article {
  padding-top: 18px;
  border-top: 1px solid rgba(40, 80, 128, 0.18);
}

.contact-directory span {
  display: block;
  margin-bottom: 16px;
  color: var(--ink);
  font-size: 1.04rem;
  font-weight: 900;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 24px;
  max-width: 780px;
}

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

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(40, 80, 128, 0.18);
  border-radius: 0;
  background: #ffffff;
  color: var(--ink);
  font: inherit;
}

.contact-form input,
.contact-form select {
  min-height: 44px;
  padding: 0 12px;
}

.contact-form textarea {
  resize: vertical;
  padding: 12px;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: 2px solid rgba(31, 134, 255, 0.32);
  outline-offset: 2px;
}

.contact-form-wide,
.contact-form-submit {
  grid-column: 1 / -1;
}

.contact-form-submit {
  width: fit-content;
  min-width: 144px;
  border: 0;
  cursor: pointer;
}

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

.stat-row strong {
  display: block;
  color: #5db4ff;
  font-size: 2.45rem;
  line-height: 1;
}

.stat-row span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
}

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

.capability-grid article {
  min-height: 150px;
  padding: 18px 0 0;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 0;
  background: transparent;
}

.capability-grid span {
  color: #7fc5ff;
  font-size: 0.74rem;
  font-weight: 900;
}

.capability-grid h3 {
  margin: 12px 0 8px;
  font-size: 0.98rem;
}

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

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

.future-card {
  min-height: 430px;
}

.future-image {
  min-height: 210px;
}

.future-lab {
  background-position: 25% center;
}

.future-network {
  background-position: 82% center;
}

.future-card h2 {
  font-size: 1.72rem;
}

.company-page-main .product-title-block h1 {
  max-width: 760px;
}

.company-empty-section {
  min-height: 220px;
}

.company-empty-section h2 {
  margin-bottom: 0;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto;
  align-items: end;
  gap: 40px;
  margin-bottom: 20px;
  padding: 46px 42px;
  border-radius: 0;
  color: rgba(255, 255, 255, 0.78);
  background: #0a4380;
}

.site-footer img {
  width: 136px;
  filter: brightness(0) invert(1);
}

.site-footer p {
  max-width: 370px;
  margin: 18px 0 0;
  font-size: 0.88rem;
}

.site-footer nav {
  display: grid;
  gap: 10px;
  color: #ffffff;
  font-size: 0.86rem;
  font-weight: 760;
}

.site-footer span {
  align-self: end;
  justify-self: end;
  font-size: 0.78rem;
}

@keyframes orbFloat {
  0%,
  100% {
    transform: translateX(-50%) translateY(0) scale(1);
  }
  50% {
    transform: translateX(-50%) translateY(14px) scale(1.04);
  }
}

@keyframes heroMediaFade {
  0%,
  30% {
    opacity: 1;
  }
  38%,
  100% {
    opacity: 0;
  }
}

@keyframes heroImageDrift {
  0%,
  100% {
    transform: scale(1.03) translate3d(0, 0, 0);
  }
  50% {
    transform: scale(1.08) translate3d(-1.4%, -0.8%, 0);
  }
}

@keyframes heroLightSweep {
  0%,
  100% {
    opacity: 0.28;
    transform: translateX(-38%) skewX(-8deg);
  }
  48% {
    opacity: 0.9;
    transform: translateX(24%) skewX(-8deg);
  }
}

@keyframes heroAmbientShift {
  0%,
  100% {
    opacity: 0.92;
    filter: brightness(0.96);
  }
  50% {
    opacity: 1;
    filter: brightness(1.12);
  }
}

@media (max-width: 980px) {
  .site-header,
  main,
  .site-footer {
    width: 100%;
  }

  .main-nav {
    gap: 18px;
  }

  .hero {
    min-height: 620px;
    padding: 104px 42px 86px;
  }

  .hero-media-rotator {
    inset: 0;
  }

  .hero-slide-osfp,
  .hero-slide-module {
    background-position: 72% 56%;
  }

  .hero-slide-osfp {
    background-size: 118vw auto;
  }

  .hero-slide-module {
    background-size: 112vw auto;
  }

  .hero-copy {
    width: min(560px, 100%);
  }

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

  .insight-text-list,
  .insight-grid,
  .product-grid,
  .solution-list,
  .capability-grid,
  .technology-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .technology-capability-panel {
    padding-inline: 34px;
  }

  .technology-capability-panel .capability-intro h3 {
    font-size: 1.34rem;
  }

  .solution-browser {
    grid-template-columns: 1fr;
  }

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

  .solution-menu-title {
    grid-column: 1 / -1;
  }

  .solution-content {
    padding: 28px;
  }

  .spec-card,
  .spec-card.featured {
    grid-column: span 3;
  }

  .product-catalog-block {
    width: min(100% - 36px, 1040px);
  }

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

  .catalog-card-wide {
    grid-column: 1 / -1;
    grid-template-columns: 1fr;
  }

  .catalog-card-wide .catalog-image {
    min-height: 260px;
    border-right: 0;
    border-bottom: 0;
  }

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

  .solution-directory-grid {
    width: min(100% - 36px, 1040px);
  }

  .product-detail-hero,
  .detail-info-grid {
    grid-template-columns: 1fr;
  }

  .product-detail-visual {
    min-height: 300px;
  }

  .split-content-section {
    grid-template-columns: 1fr;
  }

  .feature-benefit-grid,
  .compliance-list,
  .related-product-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .deep-section {
    padding-inline: 32px;
  }

  .future-section {
    grid-template-columns: 1fr;
  }

  .company-section {
    grid-template-columns: 1fr;
  }

  .site-footer {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 18px;
  }

  .site-footer span {
    align-self: start;
    justify-self: start;
  }
}

@media (max-width: 680px) {
  .site-header {
    flex-wrap: wrap;
    gap: 10px 14px;
    min-height: auto;
    padding: 14px;
  }

  .brand {
    width: 112px;
  }

  .main-nav {
    order: 3;
    display: flex;
    width: 100%;
    margin: 0;
    gap: 8px;
    overflow-x: auto;
    padding-top: 10px;
    border-top: 1px solid rgba(40, 80, 128, 0.1);
    font-size: 0.78rem;
    scrollbar-width: none;
  }

  .main-nav::-webkit-scrollbar {
    display: none;
  }

  .main-nav a {
    flex: 0 0 auto;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(31, 134, 255, 0.07);
  }

  .main-nav a::after {
    display: none;
  }

  .main-nav a[aria-current="page"],
  .main-nav a.is-active {
    color: #ffffff;
    background: var(--brand-bright);
  }

  .header-cta {
    min-height: 36px;
    padding-inline: 12px;
  }

  .hero {
    min-height: 600px;
    padding: 90px 24px 70px;
  }

  .hero-media-rotator {
    inset: 0;
  }

  .hero-logo-art {
    left: 0;
    top: 210px;
    width: 120vw;
  }

  .hero-slide-datacenter {
    background-position: 74% center;
  }

  .hero-slide-osfp {
    background-position: 66% 58%;
    background-size: 170vw auto;
  }

  .hero-slide-module {
    background-position: 62% 60%;
    background-size: 156vw auto;
  }

  .hero-copy p {
    font-size: 0.94rem;
  }

  .hero-actions {
    width: min(280px, 100%);
  }

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

  .hero-actions {
    display: grid;
  }

  .insights-section,
  .products-section,
  .solutions-section,
  .technology-section,
  .future-section {
    padding: 54px 0;
  }

  .home-technology-section {
    padding-top: 0;
    padding-bottom: 0;
    background: #0a4380;
  }

  .technology-capability-panel {
    padding-inline: 18px;
  }

  .technology-capability-panel .capability-intro h3 {
    font-size: 0.95rem;
  }

  .insight-text-list,
  .insight-grid,
  .product-grid,
  .solution-list,
  .capability-grid,
  .stat-row,
  .technology-grid,
  .news-card-grid {
    grid-template-columns: 1fr;
  }

  .solution-browser,
  .product-data-block {
    width: min(100% - 32px, 900px);
  }

  .company-section {
    padding: 54px 18px;
  }

  .company-section .company-map-heading h2 {
    font-size: 1.9rem;
  }

  .company-page-main #news {
    padding-bottom: 44px;
  }

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

  .solution-menu-title,
  .solution-nav {
    min-height: 58px;
    padding: 0 18px;
    font-size: 0.98rem;
  }

  .solution-menu-title {
    font-size: 1.18rem;
  }

  .solution-content,
  .product-data-block {
    padding: 22px;
  }

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

  .spec-card,
  .spec-card.featured {
    grid-column: auto;
  }

  .spec-speed {
    font-size: 3.8rem;
  }

  .product-catalog-block {
    width: min(100% - 32px, 1040px);
  }

  .product-catalog-block .data-heading {
    padding: 22px 22px 0;
  }

  .product-category-tabs {
    grid-template-columns: 1fr;
    padding: 20px 22px 0;
  }

  .product-category-tab {
    min-height: 62px;
  }

  .directory-heading {
    width: min(100% - 32px, 900px);
    margin-bottom: 26px;
  }

  .directory-heading h2 {
    font-size: 2.28rem;
  }

  .directory-tabs {
    gap: 12px;
    padding: 0 18px 26px;
  }

  .directory-tabs .product-category-tab {
    min-height: 46px;
    padding: 0 22px;
    font-size: 1rem;
  }

  .directory-panel {
    padding: 52px 18px 0;
  }

  .directory-title {
    margin-bottom: 30px;
  }

  .directory-title h3 {
    font-size: 1.82rem;
  }

  .simple-product-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .solution-directory-grid {
    width: min(100% - 32px, 1040px);
  }

  .solution-directory-card {
    min-height: 200px;
  }

  .solution-card-mark {
    font-size: 3.4rem;
  }

  .simple-product-card {
    min-height: 360px;
    padding: 24px 22px 28px;
  }

  .simple-product-image {
    min-height: 220px;
    margin-bottom: 20px;
  }

  .simple-product-image img {
    height: 220px;
  }

  .simple-product-card strong {
    font-size: 1.04rem;
  }

  .product-detail-main {
    padding: 42px 0 58px;
  }

  .detail-back {
    margin-inline: 22px;
  }

  .product-detail-hero,
  .detail-info-grid {
    width: min(100% - 32px, 1040px);
  }

  .product-detail-hero {
    gap: 24px;
    padding: 24px;
  }

  .solution-detail-number {
    font-size: 5rem;
  }

  .product-detail-copy h1 {
    font-size: 2rem;
  }

  .product-detail-visual {
    min-height: 230px;
  }

  .product-detail-visual img {
    max-height: 230px;
  }

  .detail-panel {
    padding: 22px;
  }

  .detail-spec-list {
    grid-template-columns: 1fr;
  }

  .product-page-tabs,
  .product-content-section {
    width: min(100% - 32px, 1040px);
  }

  .product-title-block {
    width: 100%;
    padding: 34px 24px 46px;
  }

  .product-title-block h1 {
    font-size: 2.2rem;
  }

  .product-page-tabs {
    top: 64px;
    gap: 18px;
  }

  .product-content-section {
    padding: 36px 0;
  }

  .product-overview-section {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .contact-overview-section,
  .contact-directory,
  .contact-form {
    grid-template-columns: 1fr;
  }

  .product-overview-visual {
    min-height: 240px;
  }

  .product-overview-visual img {
    max-height: 220px;
    padding: 20px;
  }

  .feature-benefit-grid,
  .compliance-list,
  .related-product-list {
    grid-template-columns: 1fr;
  }

  .product-spec-table div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .resource-section {
    display: grid;
    align-items: start;
  }

  .catalog-intro {
    padding: 24px 22px 0;
  }

  .catalog-tabs {
    padding: 18px 22px 22px;
  }

  .catalog-grid {
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .catalog-card,
  .catalog-card-wide {
    grid-column: auto;
    min-height: auto;
  }

  .catalog-image,
  .catalog-card-wide .catalog-image {
    min-height: 220px;
  }

  .catalog-card-wide .catalog-copy h3 {
    font-size: 1.36rem;
  }

  .spec-list {
    grid-template-columns: 1fr;
  }

  .solution-panel h3,
  .data-heading h3 {
    font-size: 1.48rem;
  }

  .section-heading h2,
  .deep-copy h2 {
    font-size: 2.02rem;
  }

}

@media (max-width: 430px) {
  .technology-capability-panel {
    padding-inline: 12px;
  }

  .technology-capability-panel .capability-intro h3 {
    font-size: 0.7rem;
  }
}

@media (max-width: 360px) {
  .technology-capability-panel .capability-intro h3 {
    font-size: 0.58rem;
  }
}

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

  .hero-slide {
    animation: none !important;
  }

  .hero-slide-datacenter {
    opacity: 0.96;
  }
}
