/* Keep the complete transparent logo visible at every placement. */
.site-header {
  height: 92px;
}

.brand img,
footer img {
  width: 180px;
  height: 84px;
  object-fit: cover;
  object-position: center;
}

/* Explicit line boxes prevent the two headline phrases from colliding. */
h1 {
  line-height: 0.98;
}

h1 > span,
h1 > em {
  display: block;
}

@media (max-width: 620px) {
  .site-header {
    height: 78px;
  }

  .brand img {
    width: 142px;
    height: 68px;
  }

  .hero h1 {
    font-size: clamp(48px, 15vw, 64px);
    line-height: 1.06;
    letter-spacing: -0.055em;
  }

  .hero h1 > span {
    margin-bottom: 0.1em;
  }
}
