.top-bar-message {
  min-width: 0;
}

.top-bar-notice {
  color: #d4c5b0;
  display: inline-block;
}

.top-bar-notice.is-link {
  transition: color 0.2s ease;
}

.top-bar-notice.is-link:hover {
  color: #fff;
}

.site-logo-image {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}

.site-logo-image img,
.custom-logo-link img {
  max-height: 56px;
  width: auto;
  background: transparent;
}

.notice-band-link,
.notice-band-text {
  color: #e8ddd0;
}

.notice-band-link {
  transition: color 0.2s ease, opacity 0.2s ease;
}

.notice-band-link:hover {
  color: #fff;
  opacity: 1;
}

.hero-img-side::before {
  z-index: 1;
}

.hero-banner-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  background: transparent;
}

.hero-img-placeholder {
  z-index: 2;
}
