.sw-h7-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 #E5DCC5;
  background: transparent;
  font-family: 'Inter', sans-serif;
}
.sw-h7-logo {
  display: flex; align-items: center; gap: 14px;
  text-decoration: none; color: inherit;
}
.sw-h7-logo-mark {
  position: relative;
  width: 38px; height: 38px;
  border: 1px solid #A8754A;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: 'DM Serif Display', serif;
  font-size: 1.1rem;
  overflow: hidden;
}
.sw-h7-logo-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  display: none;
}
.sw-h7-logo[data-mode="image"] .sw-h7-logo-img { display: block; }
.sw-h7-logo[data-mode="image"] .sw-h7-logo-letter { display: none; }
.sw-h7-logo-letter { color: #A8754A; }
.sw-h7-brand {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 19px;
  letter-spacing: 0.22em;
  color: #1F1A14;
  text-transform: uppercase;
}
.sw-h7-links {
  display: flex; gap: 2.4rem;
  list-style: none; margin: 0; padding: 0;
  font-size: 0.84rem;
  color: #5C4F3D;
  font-weight: 400;
  letter-spacing: 0.04em;
}
.sw-h7-links a { color: inherit; text-decoration: none; transition: color 0.2s; }
.sw-h7-links a:hover { color: #A8754A; }
.sw-h7-emergency {
  display: inline-flex; align-items: center;
  font-size: 0.82rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #A8754A;
  text-decoration: none;
  padding: 4px 0;
  border-bottom: 1px solid #A8754A;
  font-weight: 500;
  transition: opacity 0.2s;
}
.sw-h7-emergency:hover { opacity: 0.7; }
@media (max-width: 900px) {
  .sw-h7-links { display: none; }
  .sw-h7-nav { padding: 1.2rem 1.5rem; }
}
