.site-header {
  border-bottom: 1px solid #e9ecef;
}

.navbar {
  min-height: 82px;
}

.logo {
  height: 40px;
  width: auto;
  object-fit: contain;
}

.nav-link {
  font-size: 0.95rem;
  font-weight: 500;
  color: #111;
  transition: color 0.2s ease;
}

.nav-link:hover,
.nav-link.active {
  color: #ff5500;
}