.sw-h17-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(240, 230, 210, 0.18);
  background: transparent;
  font-family: 'Inter', sans-serif;
}
.sw-h17-logo { display: flex; align-items: center; gap: 14px; text-decoration: none; color: inherit; }
.sw-h17-logo-mark {
  position: relative; width: 36px; height: 36px;
  background: #D4A04C; color: #0A0A0A;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Playfair Display', 'DM Serif Display', Georgia, serif;
  font-style: italic;
  font-size: 1.25rem; font-weight: 700;
  border-radius: 50%;
  overflow: hidden;
}
.sw-h17-logo-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: none; }
.sw-h17-logo[data-mode="image"] .sw-h17-logo-img { display: block; }
.sw-h17-logo[data-mode="image"] .sw-h17-logo-letter { display: none; }
.sw-h17-brand {
  font-family: 'Playfair Display', 'DM Serif Display', Georgia, serif;
  font-weight: 500;
  font-style: italic;
  font-size: 21px;
  letter-spacing: -0.4px;
  color: #F0E6D2;
}
.sw-h17-links {
  display: flex; gap: 2.4rem;
  list-style: none; margin: 0; padding: 0;
  font-size: 0.82rem; color: #A89C7E; font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.sw-h17-links a { color: inherit; text-decoration: none; transition: color 0.2s; }
.sw-h17-links a:hover { color: #D4A04C; }
.sw-h17-emergency {
  display: inline-flex; align-items: center;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #D4A04C;
  text-decoration: none;
  padding: 9px 22px;
  border: 1px solid #D4A04C;
  border-radius: 0;
  font-weight: 600;
  transition: all 0.2s;
}
.sw-h17-emergency:hover { background: #D4A04C; color: #0A0A0A; }
@media (max-width: 900px) {
  .sw-h17-links { display: none; }
  .sw-h17-nav { padding: 1.2rem 1.5rem; }
}
