.language-switcher {
  display: none !important;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 11px 16px;
  color: #fff;
  background: #171817;
  border: 1px solid rgba(255, 255, 255, 0.35);
  font-size: 14px;
  font-weight: 700;
  transform: translateY(-160%);
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

@media (max-width: 420px) {
  [data-od-id="hero-title"] {
    font-size: clamp(38px, 11.5vw, 46px) !important;
    letter-spacing: -0.06em !important;
  }

  [data-od-id="hero-title"] span {
    white-space: nowrap !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .skip-link {
    transition: none;
  }
}
