.card{border:var(--border);word-wrap:break-word;border-radius:var(--border-radius);background-clip:border-box;flex-direction:column;min-width:0;display:flex;overflow:hidden}.card img{border-top-left-radius:var(--border-radius);border-top-right-radius:var(--border-radius);aspect-ratio:16/9;border-bottom:var(--border);transition:transform .3s}.card__link{flex-direction:column;height:100%;display:flex}@media (pointer:fine) and (hover:hover){.card__link:hover img{transform:scale(1.02)}.card__link:hover .btn{color:var(--background);background-color:var(--text);transition:color,background-color .5s}}@media (pointer:fine) and (hover:hover) and (prefers-reduced-motion:reduce){.card__link:hover .btn{transition:unset}}.card__body{flex-direction:column;flex-grow:1;padding:1.8rem 1.8rem 0;display:flex}.card__list{margin-bottom:auto;margin-left:-5px;padding-top:.4rem;padding-bottom:1.6rem;padding-left:2rem;list-style-type:square}.projects{grid-template-columns:repeat(auto-fill,minmax(30rem,1fr));gap:3rem;display:grid}
