.hg-footer{border-top:1px solid var(--hg-border-soft);margin-top:58px;background:rgba(3,4,5,.94)}

.hg-footer-main{width:var(--hg-container);margin:0 auto;padding:52px 0 30px;display:grid;grid-template-columns:minmax(260px,.78fr) minmax(0,1.22fr);gap:34px;align-items:start}

.hg-footer h3{font-family:var(--hg-serif-font);color:var(--hg-gold-2);font-size:22px;font-weight:500;margin:0 0 16px}

.hg-footer p,
.hg-footer li,
.hg-footer a{color:var(--hg-muted);line-height:1.9}

.hg-footer a:hover{color:var(--hg-gold-2)}

.hg-footer ul{list-style:none;margin:0;padding:0}

.hg-footer-memberships{align-self:stretch;display:flex;align-items:center}

.hg-footer-logo-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;max-width:820px}

.hg-footer-logo-row a{display:flex;align-items:center;justify-content:center;min-height:86px;padding:10px 12px;border:1px solid rgba(201,154,52,.22);border-radius:10px;background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(242,246,248,.90));box-shadow:0 14px 34px rgba(0,0,0,.18);transition:border-color .2s ease,background .2s ease,transform .2s ease}

.hg-footer-logo-row a:hover{border-color:rgba(242,208,120,.58);background:linear-gradient(180deg,#fff,rgba(247,250,252,.94));transform:translateY(-1px)}

.hg-footer-logo-row img{width:100%;max-width:260px;height:88px;object-fit:contain}

.hg-footer-bottom{width:var(--hg-container);margin:0 auto;padding:18px 0 24px;border-top:1px solid var(--hg-border-soft);display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;color:var(--hg-dim)}

@media (max-width:1320px){
.hg-footer-main{grid-template-columns:1fr 1fr}
}

@media (max-width:800px){
.hg-footer-main{grid-template-columns:1fr}
}

.hg-theme-light .hg-footer h3{color:#9b6b12}

.hg-theme-light .hg-footer p,
.hg-theme-light .hg-footer li,
.hg-theme-light .hg-footer a{color:#625946}

.hg-theme-light .hg-footer{
  border-color:rgba(173,122,28,.28);
  background:#fff8ed;
  box-shadow:0 18px 48px rgba(82,55,16,.12), inset 0 1px 0 rgba(255,255,255,.64);
}

.hg-theme-light .hg-footer-bottom{border-top-color:rgba(173,122,28,.20);color:#8a7b62}
