.footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-contact li {
  display: flex;
  gap: 14px;
  margin-bottom: 20px;
}

.footer-contact li:last-child {
  margin-bottom: 0;
}

.footer-contact i {
  color: var(--gold);
  font-size: 1rem;
  margin-top: 3px;
  flex-shrink: 0;
}

.footer-contact div {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.footer-contact-label {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #333333;
}

.footer-contact a,
.footer-contact span,
.footer-contact address {
  color: #111111;
  font-size: 0.9rem;
  line-height: 1.6;
  font-style: normal;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-contact a:hover {
  color: var(--gold);
}

.footer-contact-sub {
  font-size: 0.8rem !important;
  color: #333333 !important;
}

.footer-tagline {
  font-style: italic;
  color: #222222;
}

.footer-brand {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 0.5rem;
}

.footer-logo-img {
  height: 80px;
  width: auto;
  max-width: 240px;
  object-fit: contain;
  display: block;
}

.footer-brand .brand-text {
  font-family: var(--font-heading);
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: 2px;
}

.footer-brand .brand-sub {
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}
