footer .social-links{display:flex;align-items:center;gap:12px;margin-top:24px}footer .social-links a{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;margin:0;border:1px solid #566171;border-radius:50%;color:#d7dce4;transition:color .18s,border-color .18s,background .18s}footer .social-links a:hover,footer .social-links a:focus-visible{color:#ffc921;border-color:#ffc921;background:#141c29}footer .social-links a:focus-visible{outline:2px solid #ffc921;outline-offset:4px}footer .social-links svg{display:block;flex-shrink:0}@media(prefers-reduced-motion:reduce){footer .social-links a{transition:none}}
/* Personal profiles beside the founder portrait. */
.home-page .architectural-art figcaption{gap:14px;flex-wrap:wrap}
.founder-social{display:flex;align-items:center;gap:10px}
.founder-social a{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border:1px solid #566171;border-radius:50%;color:#d7dce4;background:#01040d;transition:color .18s,border-color .18s,background .18s}
.founder-social a:hover,.founder-social a:focus-visible{color:#ffc921;border-color:#ffc921;background:#141c29}
.founder-social a:focus-visible{outline:2px solid #ffc921;outline-offset:4px}
.founder-social svg{display:block;width:20px;height:20px;flex-shrink:0}
@media(max-width:600px){.home-page .architectural-art figcaption{position:static;margin-top:-12px;gap:12px}.founder-social{width:100%}}
@media(prefers-reduced-motion:reduce){.founder-social a{transition:none}}
