.nb-site {
  font-family: var(--font-sans);
}

.nb-site main {
  overflow-x: clip;
}

.nb-site-logo {
  display: block;
  height: auto;
}

.nb-site-logo {
  display: block;
  height: auto;
  width: auto;
}

.nb-site-logo--header {
  width: clamp(190px, 20vw, 324px);
}

.nb-site-logo--footer {
  width: clamp(180px, 18vw, 300px);
}

.nb-site img,
.nb-site svg,
.nb-site video {
  max-width: 100%;
}

.nb-image-home-hero {
  object-position: 68% 58%;
}

@media (max-width: 1024px) {
  .nb-image-home-hero {
    object-position: 71% 56%;
  }
}

@media (max-width: 640px) {
  .nb-image-home-hero {
    object-position: 66% 52%;
  }
}

@media (max-width: 420px) {
  .nb-image-home-hero {
    object-position: 62% 50%;
  }
}

@media (max-width: 767px) {
  .nb-home-hero-content {
    padding-top: 4.5rem;
    padding-bottom: 1.75rem;
  }

  .nb-home-hero-title {
    margin-bottom: 1rem;
  }

  .nb-home-hero-lead {
    margin-bottom: 1rem;
    font-size: 1.03rem;
    line-height: 1.52;
  }

  .nb-home-hero-actions {
    gap: 0.75rem;
  }

  .nb-home-hero-actions a {
    min-height: 46px;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

@media (max-width: 390px) {
  .nb-home-hero-content {
    padding-top: 4rem;
    padding-bottom: 1.25rem;
  }

  .nb-home-hero-lead {
    font-size: 0.98rem;
    line-height: 1.48;
  }
}

.nb-image-home-about {
  object-position: 75% 55%;
}

.nb-image-service-floating-offshore-wind {
  object-position: 50% 40%;
}

.nb-image-service-early-phase-development {
  object-position: 65% 50%;
}

.nb-featured-slider__controls {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.nb-featured-slider__btn {
  width: 2.25rem;
  height: 2.25rem;
  border: 1px solid rgba(7, 18, 35, 0.18);
  border-radius: 0.375rem;
  color: #071223;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.nb-featured-slider__btn:hover {
  border-color: rgba(7, 18, 35, 0.4);
  background: #071223;
  color: #fff;
}

.nb-featured-slide {
  display: none;
}

.nb-featured-slide.is-active {
  display: block;
}

.nb-featured-slider__dots {
  margin-top: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.nb-featured-slider__dot {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 9999px;
  background: rgba(7, 18, 35, 0.2);
  transition: all 0.2s ease;
}

.nb-featured-slider__dot.is-active {
  width: 1.3rem;
  background: var(--color-accent);
}
