.sf-hx {
  container-type: inline-size;
  margin: 0 0 1.1rem;
  color: #fff;
  text-align: center;
  font-weight: 800;
  letter-spacing: -0.025em;
}
.sf-hx__brand {
  display: block;
  font-size: clamp(2rem, 11cqi, 4.2rem);
  line-height: 1.1;
  white-space: nowrap;
}
.sf-hx__rot {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  overflow: hidden;
  white-space: nowrap;
  padding-bottom: .12em;
  transition: width .3s cubic-bezier(.2, .7, .2, 1);
}
.sf-hx__rot::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: .09em;
  min-height: 3px;
  background: currentColor;
}
.sf-hx__word {
  display: inline-block;
  transition: transform .32s cubic-bezier(.2, .7, .2, 1), opacity .32s ease;
}
.sf-hx__word.is-out { transform: translateY(-70%); opacity: 0; }
.sf-hx__word.is-in { transform: translateY(70%); opacity: 0; transition: none; }
.sf-hx__measure {
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  pointer-events: none;
}
.sf-hx__tag {
  display: block;
  margin-top: .7rem;
  font-size: clamp(1.1rem, 2.1vw, 1.45rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.35;
  opacity: .92;
}
