.site-footer {
  margin-top: 34px;
  border-top: 1px solid #b0b99f;
  background: linear-gradient(180deg, #6f861c 0%, #d9decf 64%, #f1f1f1 100%);
}

.footer-top-band {
  height: 16px;
  background: rgba(76, 94, 16, 0.45);
}

.footer-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 28px 0 18px;
}

.footer-logo-badge {
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background: radial-gradient(circle at 34% 30%, #1f1f1f, #070707 68%);
  border: 4px solid #6a7f1c;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  position: relative;
}

.footer-logo-badge::before {
  content: "";
  position: absolute;
  inset: 16px;
  border: 2px solid #6a7f1c;
  border-radius: 50%;
}

.footer-logo-badge span {
  font-family: "Playfair Display", serif;
  letter-spacing: 0.15em;
  font-size: 1.2rem;
  z-index: 1;
}

.footer-logo-badge small {
  margin-top: 5px;
  font-size: 0.64rem;
  color: #a3b867;
  letter-spacing: 0.24em;
  z-index: 1;
}

.footer-links {
  display: flex;
  justify-content: center;
  gap: 26px;
  margin-top: 22px;
  flex-wrap: wrap;
}

.footer-links a {
  color: #111111;
  font-size: clamp(1rem, 1.14vw, 1.2rem);
  font-weight: 700;
}

.footer-links a.active {
  text-decoration: underline;
  text-underline-offset: 6px;
}

.footer-contact-wrap {
  border-top: 1px solid #b7bcad;
  background: #ececec;
  text-align: center;
  padding: 18px 12px 18px;
}

.footer-contact-wrap h2 {
  font-family: "Manrope", sans-serif;
  font-size: clamp(1.8rem, 2.1vw, 2.3rem);
  margin-bottom: 12px;
  color: #0f0f0f;
}

.footer-contact-row {
  display: flex;
  justify-content: center;
  gap: 42px;
  flex-wrap: wrap;
}

.footer-contact-row a,
.footer-contact-row span {
  color: #131313;
  font-size: clamp(1rem, 1.02vw, 1.14rem);
}

.footer-contact-trigger {
  margin-top: 18px;
  border: 0;
  border-radius: 999px;
  padding: 12px 22px;
  background: #1c2b0b;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

.copyright {
  color: #4d4d4d;
  margin: 14px 0 0;
  font-size: 0.9rem;
}

@media (max-width: 860px) {
  .footer-logo-badge {
    width: 150px;
    height: 150px;
  }

  .footer-links {
    gap: 14px;
  }

  .footer-contact-row {
    gap: 16px;
    flex-direction: column;
    align-items: center;
  }
}
