.site-footer { background:#070908; border-top:1px solid rgba(211,166,78,.15); padding:90px 0 28px; position:relative; overflow:hidden; }
.site-footer::before { content:""; position:absolute; width:520px; height:520px; right:-180px; top:-230px; border-radius:50%; background:rgba(13,75,72,.16); filter:blur(80px); }
.footer-grid { display:grid; grid-template-columns:1.4fr .8fr .8fr 1fr; gap:55px; }
.footer-brand { display:flex; align-items:center; gap:16px; margin-bottom:20px; }
.footer-brand img { width:74px; height:74px; object-fit:contain; filter:drop-shadow(0 0 20px rgba(211,166,78,.2)); }
.footer-title { color:var(--gold-bright); font-size:.75rem; text-transform:uppercase; letter-spacing:.18em; margin-bottom:20px; }
.footer-links { display:grid; gap:10px; color:rgba(243,237,224,.65); font-size:.9rem; }
.footer-links a:hover { color:var(--gold-bright); }
.footer-social { display:flex; flex-wrap:wrap; gap:10px; margin-top:22px; }
.social-pill { border:1px solid rgba(211,166,78,.22); border-radius:999px; padding:8px 12px; font-size:.72rem; color:rgba(243,237,224,.75); }
.footer-bottom { display:flex; justify-content:space-between; gap:24px; border-top:1px solid rgba(211,166,78,.12); margin-top:60px; padding-top:24px; color:var(--stone); font-size:.78rem; }

.footer-instagram { display:flex; align-items:center; gap:14px; width:fit-content; margin-top:24px; padding:10px 14px 10px 10px; border:1px solid rgba(211,166,78,.18); border-radius:16px; background:rgba(255,255,255,.025); transition:transform .35s var(--ease-luxury),border-color .35s,background .35s; }
.footer-instagram:hover { transform:translateY(-3px); border-color:rgba(211,166,78,.46); background:rgba(211,166,78,.055); }
.footer-instagram img { width:78px; height:78px; object-fit:cover; border-radius:10px; background:var(--ivory); }
.footer-instagram span { display:grid; gap:4px; }
.footer-instagram strong { color:var(--ivory); font-size:.78rem; letter-spacing:.05em; }
.footer-instagram small { color:var(--stone); font-size:.68rem; }
