/* Shared column footer; product attribution belongs to product pages. */
.site-footer { background:var(--navy); color:var(--on-dark); border:0; padding:24px 0; font-family:var(--font-sans); line-height:1.45; }
.site-footer .footer-top { display:grid; grid-template-columns:1.5fr 1.1fr 1fr; align-items:start; gap:20px 48px; }
.site-footer .brand { display:inline-flex; align-items:center; gap:9px; font-size:23px; font-weight:700; letter-spacing:-.5px; color:var(--on-dark); }
.site-footer .brand img { width:30px; height:30px; object-fit:contain; }
.site-footer .footer-brand p { color:var(--on-dark-muted); font-size:14px; margin:5px 0 8px; }
.site-footer .footer-support { display:inline-flex; align-items:center; gap:8px; min-height:24px; font-size:14px; }
.site-footer .footer-links { display:flex; flex-direction:column; align-items:flex-start; gap:2px; font-size:14px; }
.site-footer .footer-heading { color:var(--on-dark-muted); font-size:11px; font-weight:600; letter-spacing:.06em; text-transform:uppercase; margin:4px 0 6px; }
.site-footer .footer-links a { display:inline-flex; align-items:center; min-height:24px; }
.site-footer .footer-copyright { display:block; font-size:12px; color:var(--on-dark-muted); }
.site-footer a { color:inherit; }
.site-footer a:hover { color:var(--hero-accent); text-decoration:underline; text-underline-offset:4px; }
.site-footer a:focus-visible { outline-color:var(--hero-accent); }
.product-notice { padding-block:0 24px; }
.product-notice p { max-width:900px; margin-inline:auto; color:#506079; font-size:12px; line-height:1.65; }
@media(max-width:850px) {
    .site-footer .footer-top { grid-template-columns:1fr 1fr; gap:18px 32px; }
    .site-footer .footer-brand { grid-column:1/-1; }
}
@media(max-width:600px) {
    .site-footer { padding-block:22px; }
    .site-footer .footer-top { grid-template-columns:1.2fr 1fr; gap:18px 20px; }
    .site-footer .footer-links { font-size:13px; }
    .site-footer .footer-heading { font-size:10px; margin-top:0; margin-bottom:6px; }
    .site-footer .footer-links a { min-height:24px; }
}
