.gtg-strip {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 40px;
  z-index: 200;
  background: #1E1C18;
  border-bottom: 2px solid #C8952A;
  display: flex;
  align-items: center;
  padding: 0 1.5rem;
}
.gtg-strip__link {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #C8952A;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  transition: color 0.2s ease;
}
.gtg-strip__link:hover { color: #E0B84A; }
.site-header { margin-top: 40px; top: 40px !important; }
