/* Research-site navigation: shared hit targets without changing article typography. */
.site-footer { margin-top: 48px; border-top: 1px solid #d8dee5; padding: 24px 0 12px; color: #475569; font-size: .9rem; line-height: 1.65; text-align: left; }
.site-footer p { max-width: 780px; }
/* Only full-width blog templates need an inner gutter; other pages already
   constrain and pad their body. Match each blog template's main content. */
.site-footer-inner { box-sizing: border-box; width: 100%; max-width: 800px; margin: 0 auto; padding: 0 20px; }
.site-footer-inner--wide { max-width: 1000px; }
.site-footer nav { display: flex; flex-wrap: wrap; gap: 4px 18px; margin: 12px 0; padding: 0; background: none; }
.site-footer nav a { display: inline-flex; align-items: center; min-height: 44px; margin: 0; }
.site-footer a { color: #0055aa; }
.site-footer p a { margin: 0; text-decoration: underline; }
a:focus-visible { outline: 3px solid #0066cc; outline-offset: 3px; }
body > nav { display: flex; flex-wrap: wrap; gap: 4px 16px; }
body > nav a { display: inline-flex; align-items: center; min-height: 44px; margin: 0; }
#contact { scroll-margin-top: 24px; }
@media(max-width:768px) { .site-footer-inner { padding-inline: 15px; } }
@media(max-width:600px) { .author-card { flex-direction: column; padding: 24px; } }
