:root {
  --blue: #16408d;
}

.navbar-brand {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-right: 2rem;
}

.navbar-brand img {
  width: 165px;
  height: 46px;
}

.brand-name {
  padding-left: 16px;
  border-left: 2px solid rgba(16, 17, 20, .35);
  font-size: 1.3rem;
  font-weight: 900;
  letter-spacing: -.04em;
  white-space: nowrap;
}

.navbar .nav-link {
  font-size: .95rem;
  letter-spacing: .02em;
  padding-top: .8rem;
  padding-bottom: .8rem;
}

.navbar .nav-cta {
  font-size: .92rem;
  padding: .78rem 1.2rem;
  background: var(--blue);
  border-color: var(--blue);
  color: #fff;
}

.navbar .nav-cta:hover,
.navbar .nav-cta:focus {
  background: #0f2f6a;
  border-color: #0f2f6a;
  color: #fff;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 18px;
}

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

.footer-brand strong {
  padding-left: 18px;
  border-left: 1px solid var(--ink);
  font-size: 1.05rem;
  font-weight: 900;
  white-space: nowrap;
}

/* Keep the hero product recognizable instead of color-blending it. */
.hero-orbit img {
  position: absolute;
  top: 11%;
  left: 11%;
  width: 78%;
  height: 78%;
  padding: 18px;
  object-fit: contain;
  object-position: center;
  background: #fff;
  mix-blend-mode: normal;
  box-shadow: 0 18px 45px rgba(22, 64, 141, .22);
}

.hero-orbit .hero-slide {
  opacity: 0;
  transform: scale(.94);
  transition: opacity 1s ease, transform 1.2s ease;
  pointer-events: none;
}

.hero-orbit .hero-slide.active {
  opacity: 1;
  transform: scale(1);
}

.hero::after {
  display: none;
}

.hero {
  background:
    linear-gradient(90deg, rgba(22, 64, 141, .97) 0%, rgba(22, 64, 141, .88) 42%, rgba(9, 26, 62, .54) 72%, rgba(9, 11, 36, .3) 100%),
    url("assets/images/hero-sealing-products.jpg") 35% center / 112% auto no-repeat;
}

.hero .hero-grid { z-index: 1; }
.hero > .container-xl { z-index: 2; }

.hero-orbit {
  width: 470px;
  height: 470px;
}

.orbit-ring {
  border-width: 2px;
  animation-duration: 100s;
}

.hero .eyebrow {
  font-size: .9rem;
  letter-spacing: .16em;
}

.hero-lead strong {
  color: var(--yellow);
  font-weight: 900;
}

.stats > div {
  min-width: 0;
  padding-right: 10px;
  align-content: flex-start;
}

.stats strong {
  font-size: clamp(1.9rem, 3vw, 3.2rem);
  line-height: 1;
  white-space: nowrap;
}

.stats .stat-word { font-size: clamp(1.55rem, 2.5vw, 2.7rem); }

.stats em {
  margin-left: 2px;
  white-space: nowrap;
}

.product-image,
.product-image.yellow-bg,
.product-image.blue-bg,
.product-image.red-bg {
  background: #f3f4f6;
}

.product-image img {
  mix-blend-mode: normal;
  filter: none;
}

.tech-image img {
  filter: none;
}

footer {
  background: #fff;
  border-top-color: var(--blue);
}

@media (max-width: 767.98px) {
  .hero {
    background:
      linear-gradient(90deg, rgba(22, 64, 141, .97) 0%, rgba(22, 64, 141, .86) 70%, rgba(9, 26, 62, .62) 100%),
      url("assets/images/hero-sealing-products.jpg") 58% center / auto 100% no-repeat;
  }
  .navbar-brand { gap: 10px; margin-right: 0; }
  .navbar-brand img { width: 112px; height: 36px; }
  .brand-name { padding-left: 10px; font-size: 1rem; }
  .navbar .nav-link { font-size: 1rem; padding: .8rem 0; }
  .stats strong { font-size: 1.65rem; }
  .stats .stat-word { font-size: 1.25rem; }
  .stats em { font-size: .75rem; }
  .footer-brand { gap: 12px; }
  .footer-brand .footer-logo { width: 140px; }
  .footer-brand strong { padding-left: 12px; font-size: .9rem; }
}
