/* Claude 2026-09-11: small UX fixes that do not change the visual design.
   1) Footer links: enlarge the touch target on phones (invisible hit area, no layout change). */
@media (max-width: 960px) {
  .footer__link { position: relative; }
  .footer__link::before { content: ""; position: absolute; left: 0; right: 0; top: -8px; bottom: -8px; }
}
