.site-footer { position: relative; overflow: hidden; padding-top: 76px; background: var(--green-950); color: rgb(255 255 255 / 74%); }
.footer-glow { position: absolute; width: 440px; height: 440px; right: -180px; top: -250px; border-radius: 50%; background: rgb(225 182 87 / 10%); filter: blur(2px); }
.footer-grid { position: relative; display: grid; grid-template-columns: 1.35fr .75fr 1fr; gap: clamp(40px, 7vw, 100px); padding-bottom: 64px; }
.brand--footer { color: var(--white); }
.brand--footer .brand-logo { width: 128px; height: 90px; padding: 5px; border-radius: 4px; background: var(--white); }
.footer-brand > p { max-width: 420px; margin: 25px 0 0; font-size: 1.05rem; }
.footer-column h2 { margin: 5px 0 22px; color: var(--white); font-family: 'Playfair Display', serif; font-size: 1.2rem; }
.footer-links { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.footer-links a, .text-link { text-decoration: none; transition: color .2s ease; }
.footer-links a:hover, .text-link:hover { color: var(--gold-light); }
.footer-connect p { margin: 0; }
.footer-cta { display: flex; align-items: center; gap: 22px; margin-top: 24px; flex-wrap: wrap; }
.text-link { color: var(--white); font-weight: 700; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding: 24px 0; border-top: 1px solid rgb(255 255 255 / 12%); font-size: .82rem; }
.footer-bottom p { margin: 0; }
