/* THE UNIVERSAL FOOTER · single source of truth · written by hand, G45 */
footer{background:#111318;padding:64px 0 44px;display:block;}
footer .wrap{max-width:1140px;margin:0 auto;padding:0 26px;display:flex;flex-direction:column;align-items:center;gap:26px;text-align:center;}
footer .flock img{height:56px;width:auto;opacity:.95;display:block;}
footer .fdom{font-family:'Space Grotesk',sans-serif;font-weight:700;font-size:34px;letter-spacing:-.03em;color:#3A4150;}
footer .fcai{display:flex;align-items:center;justify-content:center;gap:14px;flex-wrap:wrap;padding:4px 0;}
footer .legal{font-family:'IBM Plex Mono',monospace;font-size:10px;letter-spacing:.14em;color:#464E5D;line-height:2;max-width:920px;}
footer .legal a{color:#8B93A3;text-decoration:none;}
footer .legal a:hover{color:#fff;}
@keyframes caipulse{50%{opacity:.35;}}
footer .caipill-dot{width:6px;height:6px;border-radius:50%;background:currentColor;flex:none;animation:caipulse 2.4s ease-in-out infinite;}
@media(prefers-reduced-motion:reduce){footer .caipill-dot{animation:none;}}
@media print{footer{display:none;}}
