.site-footer{background:var(--color-heading);color:#D8CDB8;padding:5rem 0 2rem;margin-top:5rem;position:relative}
.site-footer::before{content:"";position:absolute;left:50%;top:0;transform:translateX(-50%);width:48px;height:1px;background:var(--gold,#B5894A)}
.site-footer__grid{display:grid;grid-template-columns:1.5fr repeat(4,1fr);gap:2.5rem;max-width:1320px;margin:0 auto;padding:0 1.5rem}
.footer-col h3,.footer-col h4{font-family:'Inter',sans-serif;font-size:.7rem;color:var(--gold,#B5894A);text-transform:uppercase;letter-spacing:.28em;margin-bottom:1.25rem;font-weight:600}
.footer-brand{font-family:'Cormorant Garamond',serif!important;font-size:1.75rem!important;color:#fff!important;text-transform:none!important;letter-spacing:.02em!important;font-style:italic;font-weight:500!important}
.footer-col ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.65rem;font-size:.9rem}
.footer-col a{color:#D8CDB8;transition:color .2s}
.footer-col a:hover{color:var(--gold,#B5894A)}
.footer-col p{font-size:.92rem;color:#B8AC92;line-height:1.65}
.footer-social{display:flex;gap:.75rem;margin-top:1.25rem;color:#D8CDB8}
.footer-social a{display:inline-flex;width:38px;height:38px;align-items:center;justify-content:center;border:1px solid rgba(216,205,184,.25);border-radius:50%;transition:all .25s}
.footer-social a:hover{border-color:var(--gold,#B5894A);color:var(--gold,#B5894A);transform:translateY(-2px)}
.site-footer__bottom{border-top:1px solid rgba(216,205,184,.15);margin-top:3.5rem;padding:1.75rem 1.5rem 0;text-align:center;font-size:.78rem;color:#A89880;letter-spacing:.06em}
@media (max-width:900px){.site-footer__grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:560px){.site-footer__grid{grid-template-columns:1fr;gap:2rem}}
