/* Shared header/footer alignment and animated logo guardrails · 20 September 2026. */
nav#navbar { min-height: 68px; }
nav#navbar .nav-logo, nav#navbar .nav-actions, .footer-logo, .footer-socials { align-items: center; }
body { overflow-x: clip; }
footer, .site-footer, .site-shared-footer { width: 100%; box-sizing: border-box; }
footer .footer-inner, footer .footer-bottom, .site-shared-footer .footer-inner, .site-shared-footer .footer-bottom {
  width: min(1200px, calc(100% - 48px));
  margin-inline: auto;
  box-sizing: border-box;
}
footer .footer-grid-v9, .site-shared-footer .footer-grid-v9 {
  grid-template-columns: minmax(220px, 1.25fr) repeat(4, minmax(145px, 1fr));
  align-items: start;
}
footer .footer-brand, .site-shared-footer .footer-brand { min-width: 0; }
footer .footer-legal, .site-shared-footer .footer-legal {
  width: min(1200px, calc(100% - 48px));
  margin: 30px auto 0;
  box-sizing: border-box;
}
.site-footer .shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.site-footer .footer-grid { align-items: start; }
.site-footer .footer-bottom { width: 100%; box-sizing: border-box; }
.logo-anim-ring, .footer-logo-ring, .site-shared-footer .footer-logo-ring {
  transform-origin: center;
  animation: sharedBrandLogoSpin 4s linear infinite !important;
}
body.legal-page .logo-anim-ring, body.legal-page .footer-logo-ring { animation: sharedBrandLogoSpin 4s linear infinite !important; }
@keyframes sharedBrandLogoSpin { to { transform: rotate(360deg); } }
@media (max-width: 1120px) {
  footer .footer-grid-v9, .site-shared-footer .footer-grid-v9 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 720px) {
  footer .footer-inner, footer .footer-bottom, footer .footer-legal, .site-shared-footer .footer-inner, .site-shared-footer .footer-bottom, .site-shared-footer .footer-legal, .site-footer .shell { width: min(100% - 32px, 1200px); }
  footer .footer-grid-v9, .site-shared-footer .footer-grid-v9 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 480px) {
  footer .footer-grid-v9, .site-shared-footer .footer-grid-v9 { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  .logo-anim-ring, .footer-logo-ring, .site-shared-footer .footer-logo-ring, body.legal-page .logo-anim-ring, body.legal-page .footer-logo-ring { animation: none !important; }
}
