/* sixteenzebra — shared site header/nav, used by About, MGI, CLCN */

.sz-hero {
  position: relative;
  background: #0a0a0a;
  width: 100%;
  padding: 80px 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sz-logo {
  width: 70%;
  max-width: 900px;
  height: auto;
  display: block;
}

.sz-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 48px;
  margin: 40px 0 60px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.sz-nav a {
  color: #e8e8e6;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 6px 2px;
  transition: text-shadow 0.15s ease;
}

.sz-nav a:hover,
.sz-nav a.nav-active {
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.9);
}
