.language-switcher {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: clamp(124px, 31cqw, 288px);
  gap: 0;
  padding: 5px;
  align-self: center;
  justify-self: center;
  margin: clamp(14px, 2.6cqw, 26px) auto clamp(12px, 2.1cqw, 22px);
  border: 1.5px solid rgba(255, 224, 151, .74);
  border-radius: 999px;
  background: rgba(0,0,0,.82);
  backdrop-filter: blur(8px);
  overflow: hidden;
}

.language-switcher a {
  min-height: clamp(42px, 5.9cqw, 58px);
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: var(--white);
  background: transparent;
  font-size: clamp(1.05rem, 2.8cqw, 1.58rem);
  font-weight: 800;
}

.language-switcher a.is-active {
  color: #111;
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
}
