.projects-grid.svelte-tyjfxu{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:2rem;margin-top:2rem;margin-bottom:3rem}.project-card.svelte-tyjfxu{border:.5px solid var(--color-gray-300);padding:6px;text-decoration:none;color:inherit;display:flex;flex-direction:column;height:100%;transition:box-shadow .2s,border .2s}.project-card.svelte-tyjfxu:hover{box-shadow:4px 4px 0 var(--color-gray-400);border-color:var(--color-gray-600)}.project-image.svelte-tyjfxu{width:100%;aspect-ratio:1;overflow:hidden;margin-bottom:.25rem;display:flex;align-items:center;justify-content:center}.project-image.svelte-tyjfxu img:where(.svelte-tyjfxu),.project-image.svelte-tyjfxu picture{width:80%;height:80%;object-fit:contain}.project-image.svelte-tyjfxu picture img{width:100%;height:100%;object-fit:contain}.project-info.svelte-tyjfxu{text-align:center;padding-bottom:1rem}.project-name.svelte-tyjfxu{font-size:1.3rem;font-weight:500;font-family:var(--serif);margin-top:0;margin-bottom:.5rem;color:var(--color-fg);line-height:1.3;display:flex;align-items:center;justify-content:center;gap:.5rem}.project-description.svelte-tyjfxu{font-size:1rem;color:var(--color-gray-600);font-family:var(--serif);margin:0;line-height:1.5}@media (max-width: 768px){.projects-grid.svelte-tyjfxu{grid-template-columns:1fr;gap:1.5rem}.project-card.svelte-tyjfxu{padding:1.5rem}.project-name.svelte-tyjfxu{font-size:1.1rem}}@media (max-width: 768px){.intro.svelte-po9ans{max-width:100%}}
