/* Index-specific footer tweaks for mobile */
@media (max-width: 1024px) {
  .footer .socials {
    position: absolute;
    left: 20px;
    top: -30px;
    justify-content: center;
    margin-bottom: 0.5rem;
    gap: 0px;
  }

  .social-link img {
    width: 36px;
    height: 36px;
  }

  .footer p,
  .footer a { font-size: 12px; }
}

