.skip-link {
  position: fixed;
  left: 12px;
  top: 12px;
  z-index: 1000;
  padding: 10px 14px;
  border: 1px solid rgba(94, 231, 242, 0.55);
  border-radius: 10px;
  background: #071218;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  transform: translateY(-180%);
  transition: transform 0.16s ease;
}

.skip-link:focus {
  transform: translateY(0);
  outline: 2px solid var(--accent-2, #5ee7f2);
  outline-offset: 3px;
}

.brand-mark {
  width: 46px !important;
  height: 46px !important;
  flex: 0 0 46px;
  padding: 0 !important;
  overflow: visible;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.brand-mark img {
  display: block;
  width: 46px !important;
  height: 46px !important;
  max-width: 46px;
  object-fit: contain;
}

a.brand {
  border-radius: 10px;
}

a.brand:focus-visible {
  outline: 2px solid var(--accent-2, #5ee7f2);
  outline-offset: 5px;
}

.lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  flex: 0 0 auto;
  margin-left: 10px;
  padding: 3px;
  border: 1px solid rgba(94, 231, 242, 0.28);
  border-radius: 999px;
  background: rgba(5, 16, 24, 0.72);
  box-shadow: inset 0 0 16px rgba(94, 231, 242, 0.04);
}

.lang-switch a,
.lang-switch span {
  display: grid;
  min-width: 31px;
  min-height: 27px;
  place-items: center;
  padding: 0 7px;
  border-radius: 999px;
  color: var(--muted, #9bb0bc);
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.08em;
  text-decoration: none;
}

.lang-switch span[aria-current="true"] {
  color: #041116;
  background: var(--accent-2, #5ee7f2);
}

.lang-switch a:hover {
  color: var(--accent-2, #5ee7f2);
  background: rgba(94, 231, 242, 0.09);
}

.lang-switch a:focus-visible {
  outline: 2px solid var(--accent-2, #5ee7f2);
  outline-offset: 2px;
}

@media (max-width: 760px) {
  .lang-switch {
    margin-left: 4px;
  }

  .lang-switch a,
  .lang-switch span {
    min-width: 29px;
    min-height: 26px;
    padding: 0 6px;
  }
}
