.gv-footer { background: #101614; color: #fff; font-family: var(--sort-body-font, "Manrope"), Arial, Helvetica, sans-serif; }
.gv-footer * { box-sizing: border-box; }
.gv-footer__main { display: grid; grid-template-columns: 1.2fr .8fr 1fr; gap: clamp(50px, 8vw, 120px); width: min(1240px, calc(100% - 48px)); margin: 0 auto; padding: 78px 0 68px; }
.gv-footer__wordmark { display: inline-block; margin-bottom: 24px; color: #fff; font-family: var(--sort-title-font, "Cormorant Garamond"), Georgia, "Times New Roman", serif; font-size: 32px; font-weight: 600; letter-spacing: .14em; text-decoration: none; }
.gv-footer__brand p, .gv-footer__contact p { max-width: 360px; margin: 0; color: rgba(255,255,255,.62); font-size: 13px; line-height: 1.7; }
.gv-footer h2 { margin: 5px 0 24px; color: #b28a54; font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.gv-footer__nav a { display: block; width: fit-content; margin: 0 0 13px; color: rgba(255,255,255,.82); font-size: 13px; text-decoration: none; }
.gv-footer__nav a:hover, .gv-footer__contact a:hover { color: #d9bd92; }
.gv-footer__contact a { display: inline-block; margin: 18px 0 12px; color: #fff; font-family: var(--sort-title-font, "Cormorant Garamond"), Georgia, "Times New Roman", serif; font-size: 22px; font-weight: 600; text-decoration: none; }
.gv-footer__contact span { display: block; color: rgba(255,255,255,.45); font-size: 11px; }
.gv-footer__legal { display: flex; justify-content: space-between; gap: 30px; width: min(1240px, calc(100% - 48px)); margin: 0 auto; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.45); font-size: 11px; letter-spacing: .04em; }
@media (max-width: 760px) {
  .gv-footer__main { grid-template-columns: 1fr; gap: 42px; width: calc(100% - 34px); padding-block: 58px 48px; }
  .gv-footer__legal { flex-direction: column; gap: 8px; width: calc(100% - 34px); }
}
