.company-hero {
  position: relative;
  height: 650px;
  overflow: hidden;
  background: #000
}

.company-hero__bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, #000 0%, rgba(0,0,0,.82) 26%, rgba(0,0,0,.35) 55%, rgba(0,0,0,.75) 100%),
    url("../images/mv.jpg") center / cover no-repeat;
  filter: saturate(.9);
}

.company-hero:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 180px;
  background: linear-gradient(transparent, #050505)
}

.company-hero__inner {
  position: relative;
  z-index: 1;
  width: min(1180px, 90%);
  margin: auto;
  padding-top: 170px
}

.company-label {
  color: #b68a32;
  letter-spacing: .18em;
  font-weight: 700
}

.company-hero h1 {
  font-size: clamp(48px, 6vw, 92px);
  line-height: 1;
  letter-spacing: .08em;
  margin: 20px 0;
  font-weight: 900
}

.company-hero h2 {
  font-size: 28px;
  margin-bottom: 28px
}

.company-hero p {
  font-size: 15px;
  color: #ddd
}