/* Language switch only (no theme toggle, no brand logo extras) */

.site-nav-tools {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-right: 6px;
}

.lang-switch {
  display: inline-flex;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.25);
}

.lang-switch button {
  appearance: none;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 5px 8px;
  cursor: pointer;
}

.lang-switch button.is-active {
  color: #fff;
  background: rgba(185, 28, 28, 0.55);
}
