.header-logo-stack {
  position: relative;
  display: block;
  width: 197px;
  height: 44px;
}

.header-logo-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
  transition: opacity .3s ease;
}

.header-logo-white { opacity: 1; }
.header-logo-color { opacity: 0; }

.site-header.menu-open .header-logo-white,
.site-header.scrolled .header-logo-white { opacity: 0; }

.site-header.menu-open .header-logo-color,
.site-header.scrolled .header-logo-color { opacity: 1; }

.mobile-menu-logo-img {
  display: block;
  width: 197px;
  height: 44px;
  object-fit: contain;
  object-position: left center;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media (max-width: 860px) {
  .header-logo-stack,
  .mobile-menu-logo-img {
    width: 161px;
    height: 36px;
  }
}

.hero-info-label {
  display: block;
  margin-bottom: 1px;
  color: #cdb4f0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
}

.hero-info-address {
  font-size: 25px;
}

@media (max-width: 1180px) {
  .hero-info-row {
    gap: 18px;
  }

  .hero-info-big {
    font-size: 27px;
  }

  .hero-info-address {
    font-size: 23px;
  }

  .hero-info-sub {
    font-size: 16px;
  }
}

@media (max-width: 860px) {
  .hero-info-row {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    gap: 10px;
  }

  .hero-info-col,
  .hero-info-col.bordered {
    padding: 0 0 10px;
    border-left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .24);
  }

  .hero-info-col:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .hero-info-label {
    font-size: 10px;
  }

  .hero-info-big,
  .hero-info-address {
    font-size: 19px;
  }

  .hero-info-sub {
    font-size: 13px;
  }
}
