.navbar-brand--text {
  background-image: none !important;
  color: var(--interface-primary-color, #333) !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  min-width: 180px;
  padding: 0 20px !important;
  text-indent: 0 !important;
  white-space: nowrap;
}

.footer__brand-text {
  align-items: center;
  color: var(--interface-primary-color, #333);
  display: flex;
  font-size: 2rem;
  font-weight: 700;
  min-height: 60px;
}

.adaptive-placeholder-image {
  aspect-ratio: 16 / 9;
  background: #eef2f5;
  object-fit: cover;
  width: 100%;
}

.adaptive-no-image {
  background-image: none !important;
}

.hero__background--image.adaptive-no-image,
.footer-cta__background--image.adaptive-no-image {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.08));
}

.showcase__map {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0.05)),
    #eef2f5;
}

.showcase__map:empty::after {
  content: "Map preview";
  align-items: center;
  color: rgba(51, 51, 51, 0.65);
  display: flex;
  font-size: 1.6rem;
  height: 100%;
  justify-content: center;
}
