.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
}

.site-logo__text {
  font-size: var(--font-size-lg);
  font-weight: 700;
  letter-spacing: 0.02em;
}

/* Ensure nav layout tight and premium */
.site-nav__item {
  list-style: none;
}

.site-nav__cta {
  margin-left: var(--space-4);
}

/* Mobile specific adjustments */
@media (max-width: 960px) {
  .site-header__inner {
    height: 64px;
  }
}

/* Focus styles for interactive elements inside header */
.site-header a:focus-visible,
.site-header button:focus-visible {
  box-shadow: var(--shadow-focus);
}

/* Utility class to mark active link via server-side or JS */
.site-nav__link--active {
  color: var(--color-primary-deep);
  font-weight: 600;
}
