.sw-h16-nav {
  position: absolute;
  top: 0; left: 0; right: 0;
  z-index: 50;
  display: flex; justify-content: space-between; align-items: center;
  padding: 1.6rem clamp(2rem, 4vw, 4rem);
  border-bottom: 1px solid rgba(250, 247, 236, 0.18);
  background: transparent;
  font-family: 'Outfit', 'Inter', sans-serif;
}
.sw-h16-logo { display: flex; align-items: center; gap: 12px; text-decoration: none; color: inherit; }
.sw-h16-logo-mark {
  position: relative; width: 36px; height: 36px;
  background: #FAF7EC; color: #1A1130;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Outfit', 'Inter', sans-serif;
  font-size: 1.05rem; font-weight: 800;
  border-radius: 10px;
  overflow: hidden;
}
.sw-h16-logo-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: none; }
.sw-h16-logo[data-mode="image"] .sw-h16-logo-img { display: block; }
.sw-h16-logo[data-mode="image"] .sw-h16-logo-letter { display: none; }
.sw-h16-brand {
  font-family: 'Outfit', 'Inter', sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 1.5px;
  color: #FAF7EC;
  text-transform: uppercase;
}
.sw-h16-links {
  display: flex; gap: 2.4rem;
  list-style: none; margin: 0; padding: 0;
  font-size: 0.85rem; color: #D8CDF3; font-weight: 500;
  letter-spacing: 0.02em;
}
.sw-h16-links a { color: inherit; text-decoration: none; transition: color 0.2s; }
.sw-h16-links a:hover { color: #D9F76A; }
.sw-h16-emergency {
  display: inline-flex; align-items: center;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  color: #FAF7EC;
  text-decoration: none;
  padding: 9px 22px;
  border: 1px solid #FAF7EC;
  border-radius: 999px;
  font-weight: 600;
  transition: all 0.2s;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.sw-h16-emergency:hover { background: #FAF7EC; color: #1A1130; }
@media (max-width: 900px) {
  .sw-h16-links { display: none; }
  .sw-h16-nav { padding: 1.2rem 1.5rem; }
}
