/* Shared footer for the main website and its independent supplies service. */
.site-footer{display:grid;grid-template-columns:1.3fr .7fr .7fr;gap:48px;width:100%;margin:0;padding:64px max(6vw,24px) 24px;border:0;border-radius:60px 60px 0 0;background:#14384b;color:#d7e5ed;font:16px/1.6 system-ui,-apple-system,"Segoe UI",sans-serif;text-align:left;align-items:start;justify-content:normal}
.site-footer>div{display:flex;flex-direction:column;align-items:flex-start;gap:0;min-width:0}
.site-footer img{display:block;width:240px;max-width:100%;height:auto;margin:0;padding:11.2px;border-radius:12px;background:#fff}
.site-footer h2{margin:0 0 11.2px;color:#fff;font-size:16px;font-weight:700;line-height:1.6;letter-spacing:normal}
.site-footer a{display:inline-block;margin:3.2px 0;color:#fff;font-size:16px;line-height:1.6;text-decoration:underline;text-underline-offset:3px}
.site-footer p{max-width:420px;margin:16px 0;font-size:16px;line-height:1.6;color:#d7e5ed}
.site-footer .footer-bottom{grid-column:1/-1;display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end;gap:24px;width:100%;margin-top:10px;padding-top:24px;border-top:1px solid #ffffff26}
.site-footer .footer-bottom p{max-width:none;margin:0;font-size:12px;line-height:1.8;color:#b5cbd3}
.site-footer .footer-bottom nav{display:flex;flex-wrap:wrap;gap:20px}
.site-footer .footer-bottom a{color:#c9dce3;font-size:12px;text-decoration:none}
.site-footer .footer-bottom a:hover{text-decoration:underline}
@media(max-width:760px){.site-footer{grid-template-columns:1fr;gap:32px;padding:42px 24px 24px;border-radius:38px 38px 0 0}.site-footer .footer-bottom{flex-direction:column;align-items:flex-start;gap:16px}}
