.project-card-summary{margin:0;color:var(--muted);font-size:.9rem;line-height:1.55;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.project-card-foot{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:auto;padding-top:12px;border-top:1px solid var(--line);font-size:.76rem;color:var(--muted)}
.project-card-foot a{font-weight:700;color:var(--ink);text-decoration:none}
.project-card-foot a:hover{text-decoration:underline}
.modal-gallery video{width:100%;height:100%;min-height:220px;object-fit:cover;border-radius:var(--radius-sm);background:#111}
@media(max-width:680px){.project-card-foot{align-items:flex-start;flex-direction:column}.modal-gallery video{min-height:180px}}
