.wordmark {
  display: flex;
  height: 72px;
  align-items: center;
  overflow: hidden;
}

.wordmark img {
  width: 100%;
  height: auto;
  max-height: 72px;
  object-fit: contain;
  mix-blend-mode: screen;
}

.language-short {
  display: none;
}

@media (max-width: 820px) {
  .site-header {
    gap: 12px;
  }

  .wordmark {
    width: 130px;
    flex-shrink: 1;
  }

  .header-actions {
    gap: 12px;
    flex-shrink: 0;
  }

  .header-actions .login-link {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
  }

  .header-actions .language-link {
    display: inline-flex;
    min-width: 38px;
    min-height: 38px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .48);
    border-radius: 50%;
    font-size: 10px;
    letter-spacing: .06em;
  }

  .language-long {
    display: none;
  }

  .language-short {
    display: inline;
  }

  .wordmark {
    height: 62px;
  }

  .wordmark img {
    max-height: 62px;
  }
}

@media (max-width: 520px) {
  .site-header {
    padding-inline: 12px;
  }

  .wordmark {
    width: 112px;
  }

  .header-actions {
    gap: 8px;
  }

  .header-actions .button {
    padding-inline: 11px;
  }

  #plans .section-heading h2 {
    font-size: clamp(30px, 8.2vw, 37px);
    overflow-wrap: anywhere;
  }
}
