.home-welcome-title {
  margin-top: 8px;
  text-align: center
}

.hero-image-section {
  position: relative;
  width: 100vw;
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  line-height: 0;
  font-size: 0;
  padding: 0
}

.hero-image {
  width: 100vw;
  height: 23vh;
  min-height: 100px;
  max-height: 200px;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 0
}

.hero-text-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: transparent;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  text-align: center;
  box-shadow: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  gap: 12px
}

.hero-text-overlay .home-welcome-prefix {
  display: inline-block;
  color: #fff;
  font-size: clamp(2.5rem, 4vw, 4.5rem);
  font-weight: 800;
  margin: 0;
  padding: 0;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.9);
  letter-spacing: 1px
}

.hero-text-overlay h1 {
  color: #fff;
  margin: 0;
  font-size: clamp(2.5rem, 4vw, 4.5rem);
  font-weight: 800;
  line-height: 1.1;
  white-space: nowrap;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.9)
}

body.home-page .hero-image-section {
  margin-top: 0;
  background-color: #000
}

