/* ============================================================
   TrueGospel.ca — Site Footer v4 override
   The footer was already dark/gold — this harmonizes it with
   the exact palette and typography used on the redesigned pages.
   Loaded via a <link> inside the partial itself, same pattern
   as the header override.
   ============================================================ */

#site-footer{
  background:#080B14;
  border-top:1px solid rgba(232,200,122,.14);
  position:relative;
}

.footer-logo{font-family:'Cormorant Garamond',serif;font-weight:600;font-size:22px;}
.footer-logo span{color:#E8C87A;}
.footer-logo .emblem{background:#8A7440;}

.footer-tagline{color:rgba(232,200,122,.55);}
.footer-about{color:rgba(255,255,255,.58);}

.footer-col-title{
  font-family:'Inter',sans-serif;
  color:#E8C87A;
  border-bottom-color:rgba(232,200,122,.12);
}
.footer-links-col a{color:rgba(255,255,255,.62);}
.footer-links-col a:hover{color:#E8C87A;}

.footer-bottom{border-top:1px solid rgba(232,200,122,.08);}
.footer-verse{color:rgba(232,200,122,.5) !important;font-family:'Cormorant Garamond',serif;}
.footer-legal a:hover{color:#E8C87A;}
