.sw-h13-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 #EFE2D2;
  background: transparent;
  font-family: 'Inter', sans-serif;
}
.sw-h13-logo { display: flex; align-items: center; gap: 14px; text-decoration: none; color: inherit; }
.sw-h13-logo-mark {
  position: relative; width: 40px; height: 40px;
  background: #B58463; color: #FAF1E3;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Caveat', 'Dancing Script', cursive;
  font-size: 1.7rem; font-weight: 600;
  border-radius: 50%;
  overflow: hidden;
  padding-bottom: 2px;
}
.sw-h13-logo-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: none; }
.sw-h13-logo[data-mode="image"] .sw-h13-logo-img { display: block; }
.sw-h13-logo[data-mode="image"] .sw-h13-logo-letter { display: none; }
.sw-h13-brand {
  font-family: 'Cormorant Garamond', 'DM Serif Display', Georgia, serif;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -0.5px;
  color: #3A2418;
}
.sw-h13-links {
  display: flex; gap: 2.4rem;
  list-style: none; margin: 0; padding: 0;
  font-size: 0.85rem; color: #7A6B5D; font-weight: 500;
}
.sw-h13-links a { color: inherit; text-decoration: none; transition: color 0.2s; }
.sw-h13-links a:hover { color: #B58463; }
.sw-h13-emergency {
  display: inline-flex; align-items: center;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  color: #B58463;
  text-decoration: none;
  padding: 9px 22px;
  border: 1px solid #B58463;
  border-radius: 999px;
  font-weight: 500;
  transition: all 0.2s;
}
.sw-h13-emergency:hover { background: #B58463; color: #FAF1E3; }
@media (max-width: 900px) {
  .sw-h13-links { display: none; }
  .sw-h13-nav { padding: 1.2rem 1.5rem; }
}
