.site-footer {
  border-top: 1px solid rgba(213, 151, 64, 0.45);
  background:
    linear-gradient(90deg, rgba(0, 16, 29, 0.98), rgba(1, 21, 36, 0.98)),
    var(--navy-deep);
  color: var(--gold-bright);
  padding: 30px 5vw 28px;
}

.site-footer__inner {
  display: grid;
  grid-template-columns: minmax(240px, 1.15fr) minmax(480px, 1.8fr) minmax(240px, 0.9fr);
  gap: clamp(28px, 4vw, 62px);
  align-items: start;
  width: min(1420px, 100%);
  margin: 0 auto;
}

.site-footer__brand {
  border-right: 1px solid rgba(143, 92, 33, 0.42);
  min-height: 112px;
  padding-right: clamp(24px, 3vw, 46px);
}

.site-footer__brand p {
  margin: 0;
  color: var(--gold-bright);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.25rem, 1.65vw, 1.75rem);
  font-weight: 700;
  letter-spacing: 0.045em;
  line-height: 1.16;
  text-transform: uppercase;
}

.site-footer__brand .site-footer__description {
  margin-top: 10px;
  color: rgba(243, 230, 206, 0.72);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.35;
  text-transform: none;
}

.site-footer__nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(22px, 3vw, 48px);
}

.site-footer__group {
  border-right: 1px solid rgba(143, 92, 33, 0.42);
  min-height: 112px;
  padding-right: 20px;
}

.site-footer__group:last-child {
  border-right: 0;
}

.site-footer h2 {
  margin: 0 0 10px;
  color: var(--gold-bright);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.06rem;
  font-weight: 700;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.site-footer a {
  display: block;
  width: fit-content;
  color: rgba(243, 230, 206, 0.78);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.03rem;
  font-weight: 600;
  line-height: 1.45;
  text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: var(--gold-bright);
}

.site-footer__legal {
  color: rgba(243, 230, 206, 0.72);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.35;
  text-align: right;
}

.site-footer__legal p {
  margin: 0;
}

@media (max-width: 900px) {
  .site-footer__inner {
    grid-template-columns: 1fr;
  }

  .site-footer__brand,
  .site-footer__group {
    min-height: 0;
    border-right: 0;
    padding-right: 0;
  }

  .site-footer__legal {
    text-align: left;
  }
}

@media (max-width: 560px) {
  .site-footer__nav {
    grid-template-columns: 1fr;
  }
}

.site-footer .widget {
  margin: 0;
}

.site-footer .widget-title,
.site-footer__legal h2 {
  margin: 0 0 10px;
  color: var(--gold-bright);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.06rem;
  font-weight: 700;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.site-footer ul,
.site-footer .menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer li {
  margin: 0;
  padding: 0;
}

.site-footer__legal a {
  margin-left: auto;
}

@media (max-width: 900px) {
  .site-footer__legal a {
    margin-left: 0;
  }
}
