/* V105: focused mobile layout polish for the home skills section. */
@media (max-width:760px){
  .home-page #skills.section-shell{
    width:calc(100% - 24px)!important;
    padding-left:0!important;
    padding-right:0!important;
  }

  .home-page #skills .section-title{
    margin-bottom:18px!important;
  }

  .home-page #skills .section-title h2{
    font-size:clamp(27px,8vw,34px)!important;
    line-height:1.12!important;
    letter-spacing:0!important;
  }

  .home-page #skills .section-title p:not(.eyebrow){
    max-width:100%!important;
    font-size:14px!important;
    line-height:1.72!important;
  }

  .home-page #skills .skill-level-grid{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:14px!important;
    padding:0!important;
    margin:0!important;
    width:100%!important;
    max-width:100%!important;
  }

  .home-page #skills .skill-level-card{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:14px!important;
    width:100%!important;
    max-width:100%!important;
    padding:14px!important;
    border-radius:20px!important;
    overflow:hidden!important;
  }

  .home-page #skills .level-head{
    display:grid!important;
    grid-template-columns:auto minmax(0,1fr)!important;
    align-items:center!important;
    align-content:center!important;
    gap:8px 12px!important;
    padding:12px 14px!important;
    border-radius:16px!important;
  }

  .home-page #skills .level-head span{
    font-size:clamp(23px,7vw,30px)!important;
    line-height:1!important;
    white-space:nowrap!important;
  }

  .home-page #skills .level-head p{
    margin:0!important;
    min-width:0!important;
    font-size:13px!important;
    line-height:1.55!important;
  }

  .home-page #skills .tool-icon-grid{
    display:grid!important;
    grid-template-columns:repeat(2, minmax(0, 1fr))!important;
    gap:10px!important;
    width:100%!important;
    justify-content:stretch!important;
    align-items:stretch!important;
  }

  .home-page #skills .tool-chip{
    width:100%!important;
    min-width:0!important;
    min-height:94px!important;
    padding:10px 8px!important;
    gap:8px!important;
    border-radius:16px!important;
    align-content:center!important;
    justify-items:center!important;
  }

  .home-page #skills .tool-icon-placeholder,
  .home-page #skills .tool-icon-img{
    width:46px!important;
    height:46px!important;
    border-radius:14px!important;
  }

  .home-page #skills .tool-chip strong{
    width:100%!important;
    max-width:100%!important;
    font-size:12px!important;
    line-height:1.25!important;
    overflow-wrap:anywhere!important;
    word-break:break-word!important;
  }
}

@media (max-width:340px){
  .home-page #skills.section-shell{
    width:calc(100% - 18px)!important;
  }

  .home-page #skills .skill-level-card{
    padding:12px!important;
  }

  .home-page #skills .level-head{
    grid-template-columns:1fr!important;
  }

  .home-page #skills .tool-icon-grid{
    grid-template-columns:1fr!important;
  }

  .home-page #skills .tool-chip{
    min-height:74px!important;
    grid-template-columns:auto minmax(0,1fr)!important;
    justify-items:start!important;
    text-align:left!important;
  }

  .home-page #skills .tool-chip strong{
    text-align:left!important;
  }
}
