/* R14 — official social links */
.mhf-social-links{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.mhf-social-link{display:inline-flex!important;align-items:center;justify-content:center;width:42px;height:42px;border-radius:14px;text-decoration:none!important;transition:transform .18s ease,background .18s ease,border-color .18s ease,box-shadow .18s ease;color:inherit}
.mhf-social-link svg{width:19px;height:19px;display:block;fill:currentColor;stroke:currentColor;stroke-width:0}
.mhf-social-instagram svg{fill:none!important;stroke:currentColor!important;stroke-width:1.8!important}
.mhf-social-link:hover{transform:translateY(-2px)}
.mhf-social-link:focus-visible{outline:3px solid rgba(216,158,24,.55)!important;outline-offset:3px!important}

.footer-social-block{margin-top:26px;padding-top:22px;border-top:1px solid rgba(255,255,255,.12)}
.footer-social-label{display:block;margin-bottom:12px;font-family:'Poppins',sans-serif;font-size:11px;line-height:1.3;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:rgba(255,255,255,.72)}
.mhf-social-links-footer .mhf-social-link{color:#fff;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12);box-shadow:0 10px 24px rgba(0,0,0,.08)}
.mhf-social-links-footer .mhf-social-link:hover{background:var(--gold);border-color:var(--gold);color:var(--green)}

.contact-social-block{margin-top:30px;padding-top:26px;border-top:1px solid rgba(9,36,27,.1)}
.contact-social-block .eyebrow{display:block;margin-bottom:8px}
.contact-social-block p{max-width:440px;margin:0 0 16px;color:#53645a!important}
.mhf-social-links-contact .mhf-social-link{color:var(--green);background:#fff;border:1px solid rgba(9,36,27,.11);box-shadow:0 10px 24px rgba(9,36,27,.07)}
.mhf-social-links-contact .mhf-social-link:hover{background:var(--green);border-color:var(--green);color:#fff;box-shadow:0 14px 30px rgba(9,36,27,.14)}

@media(max-width:640px){
  .footer-social-block{margin-top:22px;padding-top:20px}
  .mhf-social-link{width:40px;height:40px;border-radius:12px}
  .contact-social-block{margin-top:24px;padding-top:22px}
}
@media(prefers-reduced-motion:reduce){.mhf-social-link{transition:none!important}.mhf-social-link:hover{transform:none!important}}
