.top-contact-bar {
  position: absolute;
  z-index: 50;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  gap: 12px;
  padding: 9px 20px;
  background: linear-gradient(100deg, #c38c3d, #f0d18b, #c79548);
  color: #111;
  font-size: 17px;
  line-height: 1.2;
  text-decoration: none;
}

.top-contact-bar span {
  font-weight: 600;
}

.top-contact-bar strong {
  font-size: 21px;
  letter-spacing: .02em;
}

.top-contact-bar:hover,
.top-contact-bar:focus-visible {
  background: linear-gradient(100deg, #d5a451, #f7dea4, #d0a15a);
}

.site-header {
  top: 50px;
}

@media (max-width: 430px) {
  .top-contact-bar {
    gap: 8px;
    font-size: 15px;
  }
  .top-contact-bar strong { font-size: 19px; }
}
