/* Public mobile enhancements – v2 */
@media (max-width:480px){
  .links a{padding:16px 18px;border-radius:16px}
  .title{font-size:clamp(20px,6vw,28px)}
  .subtitle{font-size:clamp(14px,4.2vw,16px)}
}
.link-item, .links a{min-height:48px;align-items:center}
img.avatar{width:100px;height:100px;border-radius:9999px;object-fit:cover}
