.sw-h14-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 #E5E7EB;
  background: transparent;
  font-family: 'Inter', sans-serif;
}
.sw-h14-logo { display: flex; align-items: center; gap: 14px; text-decoration: none; color: inherit; }
.sw-h14-logo-mark {
  position: relative; width: 38px; height: 38px;
  background: #0F1216; color: #FFFFFF;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Inter', sans-serif;
  font-size: 1.05rem; font-weight: 800;
  border-radius: 0;
  overflow: hidden;
}
.sw-h14-logo-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: none; }
.sw-h14-logo[data-mode="image"] .sw-h14-logo-img { display: block; }
.sw-h14-logo[data-mode="image"] .sw-h14-logo-letter { display: none; }
.sw-h14-brand {
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  font-size: 17px;
  letter-spacing: 3px;
  color: #0F1216;
  text-transform: uppercase;
}
.sw-h14-links {
  display: flex; gap: 2.4rem;
  list-style: none; margin: 0; padding: 0;
  font-size: 0.83rem; color: #5A6573; font-weight: 500;
  letter-spacing: 0.02em;
}
.sw-h14-links a { color: inherit; text-decoration: none; transition: color 0.2s; }
.sw-h14-links a:hover { color: #0F1216; }
.sw-h14-emergency {
  display: inline-flex; align-items: center;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #0F1216;
  text-decoration: none;
  padding: 10px 22px;
  border: 1px solid #0F1216;
  border-radius: 0;
  font-weight: 700;
  transition: all 0.2s;
}
.sw-h14-emergency:hover { background: #0F1216; color: #FFFFFF; }
@media (max-width: 900px) {
  .sw-h14-links { display: none; }
  .sw-h14-nav { padding: 1.2rem 1.5rem; }
}
