/* Footer mirrors the public More menu. */
.footer .footer-vehicle-links{display:flex;flex-wrap:wrap;gap:18px 32px;padding:24px 0 18px;border-top:1px solid #ffffff26;}
.footer .footer-vehicle-links a{font-size:16px;font-weight:700;color:#8be1e3;}
.footer .site-directory{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px;padding:24px 0 30px;border-top:0;}
.footer .site-directory strong{display:block;font-size:13px;letter-spacing:.04em;color:#8be1e3;line-height:1.5;margin-bottom:14px;}
.footer .site-directory a{display:block;color:#e1edf0;font-size:14px;line-height:1.5;padding:8px 0;}
.footer .site-directory a:hover,.footer .footer-vehicle-links a:hover{color:#8be1e3;text-decoration:underline;text-underline-offset:4px;}
@media(max-width:760px){.footer .site-directory{grid-template-columns:1fr;gap:22px;}.footer .site-directory>div+div{border-top:1px solid #ffffff26;padding-top:22px;}.footer .site-directory a{padding:10px 0;}.footer .footer-vehicle-links{gap:24px;}}

/* Gold accents match the existing footer heading and link arrows. */
.footer .footer-vehicle-links a,.footer .site-directory strong{color:#e6c98c;}
.footer .footer-vehicle-links a:hover{color:#f4dbab;}

body .footer .site-directory > div > strong,body.alpin-home .footer .site-directory > div > strong{color:#e6c98c;}
