.studio-brand-image {
  display: flex;
  width: 220px;
  height: 72px;
  overflow: hidden;
  flex: 0 0 auto;
}

.studio-brand-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.studio-hero h1 {
  line-height: .96;
  letter-spacing: 0;
}

.companionship h2 {
  line-height: 1;
  letter-spacing: 0;
}

.how-content h2 {
  line-height: 1;
  letter-spacing: 0;
}

.operator-title h2 {
  line-height: 1;
  letter-spacing: 0;
}

.mixer-heading {
  display: block;
  width: 100%;
  text-align: center;
}

.mixer-heading h2 {
  max-width: none;
  white-space: nowrap;
}

.mixer-heading > span {
  display: block;
  max-width: 650px;
  margin: 24px auto 0;
}

@media (max-width: 800px) {
  .studio-brand-image {
    width: 150px;
    height: 56px;
  }

  .studio-hero h1 {
    line-height: 1;
    letter-spacing: .005em;
  }

  .companionship h2 {
    line-height: 1.04;
    letter-spacing: .005em;
  }

  .how-content h2 {
    line-height: 1.04;
    letter-spacing: .005em;
  }

  .operator-title h2 {
    line-height: 1.04;
    letter-spacing: .005em;
  }

  .mixer-heading > span {
    margin-top: 18px;
  }

  .mixer-heading h2 {
    font-size: clamp(1.75rem, 8.4vw, 2.7rem);
  }
}

@media (max-width: 390px) {
  .studio-brand-image {
    width: 132px;
    height: 50px;
  }
}
footer .footer-brand-image {
  display: block;
  width: 190px;
}

footer .footer-brand-image img {
  width: 100%;
  height: auto;
  max-height: 58px;
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 800px) {
  footer .footer-brand-image {
    width: 170px;
  }
}
