/* Footer styles only. Larger wordmark for the dark footer background. */
.site-footer{background:var(--navy);color:#d6e5f4;padding:65px 0 0}
.footer-grid{display:grid;grid-template-columns:1.45fr 1fr 1fr .9fr;gap:42px;padding-bottom:52px}
.footer-logo{display:block;width:250px;max-width:100%;height:auto;aspect-ratio:11/3;object-fit:contain;margin-bottom:20px}
.footer-brand p{max-width:280px;font-size:.9375rem;line-height:1.7;margin:0 0 20px}
.footer-location{display:flex;align-items:center;gap:9px;color:var(--aqua);font-size:.875rem}
.footer-location .icon{width:18px;height:18px}
.footer-column h2{font:700 1rem/1.4 var(--body);color:#fff;margin:3px 0 21px}
.footer-column ul{list-style:none;margin:0;padding:0;display:grid;gap:12px}
.footer-column a{font-size:.9375rem;line-height:1.45;color:#d6e5f4;text-decoration:none}
.footer-column a:hover{color:var(--aqua);text-decoration:underline;text-underline-offset:4px}
.footer-bottom{border-top:1px solid #29496c;padding:23px 0;display:flex;justify-content:space-between;gap:20px;color:#b9cde2;font-size:.8125rem;line-height:1.6}
.footer-bottom a{color:inherit;text-decoration:none}
.footer-domain{overflow-wrap:anywhere}
.mobile-contact-bar{display:none}
@media(max-width:950px){.footer-grid{grid-template-columns:1.2fr 1fr;gap:40px}.footer-brand p{max-width:340px}}
@media(max-width:600px){.site-footer{padding-top:44px}.footer-grid{grid-template-columns:1fr 1fr;gap:32px 24px;padding-bottom:32px}.footer-brand{grid-column:1/-1}.footer-logo{width:235px}.footer-column:last-child{grid-column:1/-1}.footer-column:last-child ul{grid-template-columns:1fr 1fr}.footer-bottom{flex-direction:column;gap:5px;padding-bottom:89px}.mobile-contact-bar{position:fixed;display:flex;left:0;right:0;bottom:0;z-index:40;background:#fff;border-top:1px solid var(--line);padding:10px 20px calc(10px + env(safe-area-inset-bottom));box-shadow:0 -4px 18px #0b254510}.mobile-contact-bar .button{width:100%;min-height:44px;padding:11px 20px;font-size:.875rem}}
