.projects{padding:20px 34px 120px}.projects h2{font-size:clamp(34px,4vw,55px);font-weight:400;line-height:1.02;max-width:650px;margin:0 0 35px}.project-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.project-card{background:var(--light);border:1px solid var(--line);padding-bottom:18px;transition:transform .2s ease,box-shadow .2s ease}.project-card:hover{transform:translateY(-5px);box-shadow:0 12px 30px rgba(20,20,80,.14)}.project-card img{display:block;width:100%;height:170px;object-fit:cover;background:#ddd}.project-card span,.project-card small{display:block;padding:0 16px}.project-card span{font-size:20px;margin-top:15px}.project-card small{font:12px Arial,sans-serif;color:var(--muted);margin-top:4px}@media(max-width:900px){.project-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.project-grid{grid-template-columns:1fr}.project-card img{height:210px}}
