.sw-h15-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 #DCE5DA;
  background: transparent;
  font-family: 'Inter', sans-serif;
}
.sw-h15-logo { display: flex; align-items: center; gap: 14px; text-decoration: none; color: inherit; }
.sw-h15-logo-mark {
  position: relative; width: 36px; height: 36px;
  background: #7A9377; color: #F0E6D2;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Fraunces', 'Cormorant Garamond', Georgia, serif;
  font-size: 1.15rem; font-weight: 400;
  border-radius: 50%;
  overflow: hidden;
}
.sw-h15-logo-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: none; }
.sw-h15-logo[data-mode="image"] .sw-h15-logo-img { display: block; }
.sw-h15-logo[data-mode="image"] .sw-h15-logo-letter { display: none; }
.sw-h15-brand {
  font-family: 'Fraunces', 'Cormorant Garamond', Georgia, serif;
  font-weight: 400;
  font-size: 21px;
  letter-spacing: -0.4px;
  color: #2A3E2A;
}
.sw-h15-links {
  display: flex; gap: 2.4rem;
  list-style: none; margin: 0; padding: 0;
  font-size: 0.85rem; color: #5E7C5B; font-weight: 400;
  letter-spacing: 0.02em;
}
.sw-h15-links a { color: inherit; text-decoration: none; transition: color 0.2s; }
.sw-h15-links a:hover { color: #7A9377; }
.sw-h15-emergency {
  display: inline-flex; align-items: center;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  color: #7A9377;
  text-decoration: none;
  padding: 9px 22px;
  border: 1px solid #7A9377;
  border-radius: 999px;
  font-weight: 500;
  transition: all 0.2s;
}
.sw-h15-emergency:hover { background: #7A9377; color: #F0E6D2; }
@media (max-width: 900px) {
  .sw-h15-links { display: none; }
  .sw-h15-nav { padding: 1.2rem 1.5rem; }
}
