
:root{--vl-footer-navy:#041d29;--vl-footer-gold:#e2bf70}
.site-footer{background:var(--vl-footer-navy);color:#fff;padding:64px 0 34px;font-family:Inter,Arial,sans-serif}
.site-footer .vl-footer-shell{width:min(1180px,calc(100% - 48px));margin:auto}
.site-footer .footer-grid{display:grid;grid-template-columns:1.4fr .8fr .8fr;gap:50px;align-items:start}
.site-footer .footer-brand{display:flex;align-items:center;gap:14px;margin-bottom:16px}
.site-footer .footer-seal{width:62px;height:62px;border:1px solid rgba(255,255,255,.9);border-radius:50%;display:grid;place-items:center;font:1.4rem Georgia,serif;color:#fff}
.site-footer .footer-brand-name{display:block;font:2rem Georgia,serif;color:#fff}
.site-footer .footer-brand-tag{display:block;margin-top:5px;font-size:.52rem;letter-spacing:.2em;text-transform:uppercase;color:var(--vl-footer-gold)}
.site-footer p{color:rgba(255,255,255,.58);max-width:390px;line-height:1.65;margin:0}
.site-footer .footer-col{display:flex;flex-direction:column;gap:10px}
.site-footer .footer-col strong{font-size:.64rem;letter-spacing:.16em;text-transform:uppercase;color:var(--vl-footer-gold);margin-bottom:7px}
.site-footer .footer-col a{color:rgba(255,255,255,.68);font-size:.86rem;text-decoration:none;transition:color .22s ease,transform .22s ease}
.site-footer .footer-col a:hover{color:#f1cf80;transform:translateX(3px)}
.site-footer .footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid rgba(255,255,255,.12);margin-top:48px;padding-top:24px;color:rgba(255,255,255,.44);font-size:.68rem}
@media(max-width:800px){.site-footer .vl-footer-shell{width:min(100% - 32px,1180px)}.site-footer .footer-grid{grid-template-columns:1fr 1fr}.site-footer .footer-grid>div:first-child{grid-column:1/-1}}
@media(max-width:720px){.site-footer{padding:52px 0 118px}.site-footer .footer-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);column-gap:24px;row-gap:30px}.site-footer .footer-grid>div:first-child{grid-column:1/-1}.site-footer .footer-col a{font-size:.77rem;line-height:1.35;overflow-wrap:anywhere}.site-footer .footer-bottom{margin-top:34px;flex-direction:column}}
@media(max-width:360px){.site-footer .footer-grid{column-gap:16px}.site-footer .footer-col a{font-size:.72rem}}
