/* Shared footer for every page; markup comes from theme/html/index.html. */
.footer{--black-true:#030304;--space-xl:4rem;--space-lg:2.5rem;--space-md:1.5rem;--space-sm:1rem;--text-sm:.833rem;background:var(--black-true);color:var(--white-d65);border-top:1px solid var(--gray-border);padding:var(--space-xl) 0 var(--space-lg);font-family:var(--font-body);line-height:1.65;text-align:left}
.footer,.footer *{box-sizing:border-box}
.footer .container{width:100%;max-width:1200px;margin:0 auto;padding:0 var(--space-md)}
.footer-grid{display:grid;gap:var(--space-lg);margin-bottom:var(--space-lg)}
.footer-grid>*{min-width:0}
@media(min-width:768px){.footer-grid{grid-template-columns:1.5fr 1fr 1fr 1fr}}
.footer-brand .logo{display:flex;align-items:center;justify-content:flex-start;min-height:44px}
.footer-brand .logo-mark{display:block;width:200px;max-width:100%;height:40px;object-fit:contain;object-position:left center}
.footer-brand p{color:var(--gray-muted);font-size:var(--text-sm);margin:var(--space-sm) 0 0;max-width:280px;text-align:left}
.footer-column h3{font-family:var(--font-display);font-size:var(--text-sm);font-weight:600;line-height:1.15;letter-spacing:.05em;text-transform:uppercase;margin:0 0 var(--space-sm);color:var(--gray-muted)}
.footer-links{list-style:none;margin:0;padding:0}
.footer-links li{margin:0 0 .4rem}
.footer-links a{font-size:.9rem;color:var(--white-d65);text-decoration:none;overflow-wrap:anywhere;transition:color .3s}
.footer-links a:hover,.footer-links a:focus-visible{color:var(--accent-primary)}
.footer-bottom{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:var(--space-sm);padding-top:var(--space-lg);border-top:1px solid var(--gray-border)}
.footer-legal{font-size:.75rem;color:var(--gray-muted)}
.footer-legal-links{display:flex;flex-wrap:wrap;gap:0 var(--space-md)}
.footer-legal-links a{font-size:.75rem;color:var(--gray-muted);text-decoration:none;display:inline-block;padding:.3rem 0}
.footer-legal-links a:hover,.footer-legal-links a:focus-visible{color:var(--white-d65)}
@media(max-width:767.98px){
  .footer-links a,.footer-legal-links a{display:inline-flex;align-items:center;min-height:44px}
  body:has(.sticky-cta,.summary-panel) .footer{padding-bottom:calc(7rem + env(safe-area-inset-bottom))}
}
