.hero {
  min-height: 620px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(
      90deg,
      rgba(15, 23, 42, .82) 0%,
      rgba(15, 23, 42, .60) 46%,
      rgba(15, 23, 42, .22) 100%
    ),
    url("/midwest/img/0.webp");
  background-size: cover;
  background-position: center;
}

.hero-content {
  max-width: 700px;
  margin-left: 40px;
}

.hero .eyebrow {
  margin-top: 40px;
  margin-bottom: 18px;
  color: var(--gold);
}

.hero h1 {
  color: #ffffff;
  font-size: clamp(2.4rem, 4vw, 4.2rem);
  line-height: 1.05;
  max-width: 680px;
  margin-bottom: 20px;
}

.hero-tagline {
  margin: 20px 0 0;
  color: rgba(255,255,255,.92);
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  font-weight: 600;
}

.hero-actions {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero .button.secondary {
  color: #ffffff;
  border-color: rgba(255,255,255,.55);
}

.hero .button.secondary:hover {
  background: rgba(255,255,255,.12);
}
