.site-footer{color:#fff}
.footer-main{background:linear-gradient(145deg,var(--bjs-deep),#260052 62%,#38105f);padding:78px 0 24px}
.footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr) 1.35fr;gap:40px}
.footer-logo{display:inline-flex;align-items:center;justify-content:center;width:min(330px,100%);min-height:122px;height:auto;padding:13px 16px;margin-bottom:18px;background:linear-gradient(145deg,#fff 0%,#fff8ec 100%);border:1px solid rgba(245,205,150,.72);border-radius:16px;box-shadow:0 16px 38px rgba(7,0,28,.32);overflow:hidden}
.footer-logo img{display:block;width:100%;height:auto;max-width:298px;max-height:104px;object-fit:contain;object-position:center;opacity:1;visibility:visible;mix-blend-mode:normal}
.footer-brand .footer-tagline{margin:0 0 12px;color:var(--bjs-gold);font-size:.76rem;font-weight:900;letter-spacing:.17em;text-transform:uppercase}
.footer-brand p{color:rgba(255,255,255,.66);font-size:.86rem}
.footer-badges{display:flex;flex-direction:column;gap:7px;color:var(--bjs-gold);font-size:.7rem;font-weight:800}
.footer-column h3{font-size:.78rem;color:var(--bjs-gold);letter-spacing:.13em;text-transform:uppercase;margin-bottom:18px}
.footer-column ul{list-style:none;margin:0;padding:0}
.footer-column li{margin-bottom:9px}
.footer-column a{color:rgba(255,255,255,.74);font-size:.82rem}
.footer-column a:hover{color:#fff}
.footer-contact p{color:rgba(255,255,255,.7);font-size:.78rem}
.footer-directions{display:inline-block;margin-top:6px;color:var(--bjs-saffron)!important;font-weight:800}
.management-note{border-top:1px solid rgba(255,255,255,.12);margin-top:48px;padding-top:22px;color:rgba(255,255,255,.58);font-size:.72rem}
.management-note strong{color:var(--bjs-gold)}
.footer-bottom{background:#0d0028;padding:16px 0}
.footer-bottom-inner{display:flex;align-items:center;justify-content:space-between;gap:20px}
.footer-bottom p{margin:0;color:rgba(255,255,255,.55);font-size:.7rem}
.footer-legal{display:flex;gap:18px}
.footer-legal a{font-size:.7rem;color:rgba(255,255,255,.65)}

.footer-socials{display:flex;gap:10px;margin-top:20px}
.footer-socials a{width:40px;height:40px;border-radius:12px;display:grid;place-items:center;background:rgba(255,255,255,.08);color:#fff;transition:.25s}
.footer-socials a:hover{background:var(--bjs-saffron);color:var(--bjs-deep);transform:translateY(-3px)}
.footer-socials svg{width:18px;height:18px;fill:currentColor}
