/* Sport-first directory: quiet typography, direct links, no embedded feeds. */
body.home-v4 .footer .footer-social {
  border-top: 1px solid rgba(255,255,255,.18);
  padding-block: 32px 36px;
}
body.home-v4 .footer .footer-social h2 {
  margin: 0 0 24px; color: #f5f5f3; font-size: 20px;
  font-weight: 600; line-height: 1.4; letter-spacing: -.02em;
}
.footer-social-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 28px; }
body.home-v4 .footer .footer-social h3 {
  margin: 0 0 8px; font-size: 15px; font-weight: 600;
  line-height: 1.5; color: #f5f5f3; letter-spacing: 0;
}
.sport-social-links { display: flex; flex-wrap: wrap; align-items: center; gap: 2px 18px; }
.footer-social .sport-social-links { display: grid; grid-template-columns: repeat(2,max-content); column-gap: 24px; }
body.home-v4 a.sport-social-link {
  display: inline-flex; align-items: center; gap: 8px;
  min-height: 44px; padding-block: 8px; margin: 0;
  font-size: 14px; font-weight: 400; line-height: 1.5;
  text-decoration: none; text-underline-offset: 4px;
}
.sport-social-link svg { flex: 0 0 18px; }
body.home-v4 .footer a.sport-social-link { color: #d5d7d2; }
body.home-v4 a.sport-social-link:hover { text-decoration: underline; }
body.home-v4 a.sport-social-link:focus-visible { outline: 2px solid currentColor; outline-offset: 4px; border-radius: 3px; }
body.home-v4 .sport-social-context {
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 12px 32px; padding-block: 28px;
  margin-block: 40px; border-top: 1px solid #dfe2df; border-bottom: 1px solid #dfe2df;
}
body.home-v4 .sport-social-context .sport-social-eyebrow {
  margin: 0 0 7px; color: #626761; font-size: 12px;
  line-height: 1.5; font-weight: 500; letter-spacing: .04em;
}
body.home-v4 .sport-social-context h2 {
  margin: 0; max-width: 36ch; color: #282c28; font-size: 22px;
  line-height: 1.4; font-weight: 600; letter-spacing: -.02em;
}
body.home-v4 .sport-social-context a.sport-social-link { color: #333a34; }
@media (max-width: 720px) {
  .footer-social-grid { grid-template-columns: 1fr; gap: 20px; }
  body.home-v4 .footer .footer-social { padding-block: 28px; }
  body.home-v4 .footer .footer-social h2 { font-size: 18px; margin-bottom: 22px; }
  body.home-v4 .sport-social-context { display: block; padding-block: 24px; margin-block: 32px; }
  .sport-social-context .sport-social-links { margin-top: 12px; }
  body.home-v4 .sport-social-context h2 { font-size: 20px; }
}
