/* รูปผลงานจริงในไทม์ไลน์ (โปรไฟล์ช่าง) — ใช้คู่กับ photos_json + inc/upload.php */
.tl-photos{display:grid; grid-template-columns:repeat(auto-fill, minmax(110px, 1fr)); gap:8px}
.tl-photos.one{grid-template-columns:minmax(0, 260px)}
.tl-photos a{display:block; border-radius:10px; overflow:hidden; background:#DDE2F6;
  aspect-ratio:4/3; border:1px solid var(--line)}
.tl-photos img{width:100%; height:100%; object-fit:cover; display:block;
  transition:transform .15s ease}
.tl-photos a:active img{transform:scale(.97)}
@media (min-width:700px){
  .tl-photos{grid-template-columns:repeat(auto-fill, minmax(150px, 1fr))}
  .tl-photos a:hover img{transform:scale(1.03)}
}
