.projects-container{max-width:880px;margin:0 auto}.projects-grid{display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));justify-items:center;margin:32px auto 48px;max-width:880px}.project-card{background:#fff;border:1px solid #e4e7eb;border-radius:14px;box-shadow:0 12px 28px rgba(31,41,51,.07);display:flex;flex-direction:column;max-width:430px;overflow:hidden;width:100%}.project-image-wrapper{background:linear-gradient(135deg,#0b5c7a,#e78a4e);display:block;min-height:145px;overflow:hidden}.project-image{display:block;height:100%;min-height:145px;object-fit:cover;transition:transform .25s ease;width:100%}.project-card:hover .project-image{transform:scale(1.03)}.project-content{display:flex;flex:1;flex-direction:column;padding:18px}.project-heading{margin-bottom:10px}.project-kicker{color:#c46b32;display:block;font-size:.72em;font-weight:600;letter-spacing:.08em;margin-bottom:8px;text-transform:uppercase}.project-title{color:#1f2933;font-size:1.45em;font-weight:500;letter-spacing:-0.03em;line-height:1.2;margin:0}.project-description{color:#4a5560;line-height:1.55;margin:0 0 12px}.project-highlights{color:#343a40;line-height:1.45;margin:0 0 14px 18px;padding:0}.project-highlights li{margin-bottom:6px}.project-tags{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 14px}.project-tag{background-color:#f8f9fa;border:1px solid #dee2e6;border-radius:999px;color:#495057;display:inline-block;font-size:.8em;font-weight:500;padding:4px 10px}.project-links{display:flex;flex-wrap:wrap;gap:10px;margin-top:auto}.project-link{align-items:center;border:1px solid #7fb4c5;border-radius:6px;color:#0b5c7a;display:inline-flex;font-size:.9em;font-weight:500;gap:6px;padding:8px 12px;text-decoration:none;transition:background-color .2s ease,border-color .2s ease,color .2s ease}.project-link:visited{color:#0b5c7a}.project-link:hover,.project-link:focus{background-color:#0b5c7a;border-color:#0b5c7a;color:#fff;text-decoration:none}.project-link-github{border-color:#d5d9de;color:#24292e}.project-link-github:visited{color:#24292e}.project-link-github:hover,.project-link-github:focus{background-color:#24292e;border-color:#24292e;color:#fff}@media(max-width:640px){.projects-grid{grid-template-columns:1fr}.project-content{padding:18px}}