.harry-gibbons-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  display: flex;
  justify-content: center;
  padding: 1rem 2rem;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid #e5e7eb;
  backdrop-filter: blur(10px);
}

.harry-gibbons-header__link {
  color: #111827;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-decoration: none;
}

.harry-gibbons-header__link:hover {
  color: #0070f3;
}

@media (max-width: 768px) {
  .harry-gibbons-header {
    padding: 0.9rem 1rem;
  }
}
