.top-strip {
  font-size: .92rem;
}

.navbar-brand img {
  width: min(240px, 54vw);
  height: auto;
}

.nav-link {
  font-size: .95rem;
}

.navbar-nav > .nav-item > .nav-link {
  white-space: nowrap;
}

.hero {
  min-height: min(620px, calc(100vh - 150px));
  position: relative;
  display: grid;
  align-items: center;
  overflow: hidden;
}

.hero-slides,
.hero-slide {
  position: absolute;
  inset: 0;
}

.hero-slide {
  opacity: 0;
  transition: opacity .55s ease;
}

.hero-slide.active {
  opacity: 1;
}

.hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-caption {
  position: relative;
  z-index: 2;
  text-align: center;
  padding-inline: 1rem;
}

.hero-caption__text {
  max-width: 980px;
  margin-inline: auto;
}

.hero-arrow {
  position: absolute;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
}

.hero-arrow.prev {
  left: 2rem;
}

.hero-arrow.next {
  right: 2rem;
}

.content-shell {
  margin-top: -58px;
  position: relative;
  z-index: 2;
  padding-bottom: 4rem;
}

.quick-card {
  display: grid;
  justify-items: center;
  height: 100%;
  padding: 1rem 1.25rem;
  text-align: center;
}

.quick-card .icon {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  margin-bottom: .5rem;
}

.quick-card .icon img {
  max-width: 42px;
  max-height: 42px;
  display: block;
}

.quick-card h2 {
  font-size: 1rem;
  margin: 0;
}

.photo-strip img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.photo-strip button {
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  display: block;
}

.image-preview {
  display: block;
  width: 100%;
  overflow: hidden;
}

.image-lightbox__image {
  width: 100%;
  max-height: min(78vh, 900px);
  object-fit: contain;
}

@media (max-width: 767.98px) {
  .hero {
    min-height: 460px;
  }

  .hero-arrow {
    display: none;
  }

  .content-shell {
    margin-top: -36px;
  }
}
