.matenro-title-wrapper {
  height: max-content;
  width: 100%;
  font-size: clamp(4rem, 2rem + 5vw, 8rem);
  margin-bottom: 0.35em;
  @media screen and (min-width: 750px) {
    margin-bottom: 0.4em;
  }
  @media screen and (min-width: 1200px) {
    font-size: calc(1.9rem + 4.5vw);
  }
  & .matenro-title {
    font-family: var(--font-heading-family);
    font-size: inherit;
    text-transform: uppercase;
    line-height: calc(48 / 50);
    display: block;
    transform-origin: left top;
    margin-bottom: 0.26em;
    @media screen and (min-width: 1200px) {
      margin-bottom: 0.2em;
    }
  }
  & .matenro-title-word {
    overflow: hidden;
  }
  & .matenro-title-char {
    transform: translateY(105%);
  }
  & .matenro-title-text-word {
    transform: translateY(105%);
    opacity: 0;
  }

  & .matenro-title-sub {
    padding-left: 0.06em;
    letter-spacing: 0em;
    font-size: 0.55em;
    transform-origin: left top;
    font-family: var(--font-body-family);
    font-weight: 700;
    line-height: calc(34 / 30);
    margin-bottom: 0.23em;
    @media screen and (min-width: 1200px) {
      letter-spacing: -0.01em;
      font-size: 0.5em;
    }
  }
  & .matenro-title-lower {
    font-size: 0.7em;
    font-family: var(--font-body-family);
    text-transform: uppercase;
    font-weight: 800;
    line-height: calc(32 / 32);
    opacity: 0;
    margin-bottom: 0.23em;
    @media screen and (min-width: 1200px) {
      font-size: 0.6em;
    }
  }
}

.matenro-title[aria-label="contact"] {
  margin-left: -0.06em;
  margin-bottom: 0.5em;
}
