.project-row{display:grid;grid-template-columns:1fr;margin-bottom:1px;background:var(--b1)}
@media(min-width:768px){.project-row{grid-template-columns:1fr 1fr}}
.project-img{aspect-ratio:16/10;min-height:220px;overflow:hidden;background:var(--bg3)}
@media(min-width:768px){.project-img{aspect-ratio:auto;min-height:300px}}
.project-img img{width:100%;height:100%;object-fit:cover}
.project-content{background:var(--bg);padding:clamp(28px,4vw,48px);display:flex;flex-direction:column;justify-content:center}
.project-metric{display:inline-flex;align-items:center;gap:10px;padding:8px 14px;border:1px solid var(--b1);margin-bottom:20px;width:fit-content}
