.projects{grid-template-columns:.55fr 1.45fr}
.project-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;margin-top:2rem;background:var(--line);border:1px solid var(--line)}
.project-card{min-width:0;display:flex;flex-direction:column;min-height:19rem;padding:1.5rem;background:var(--ink);transition:background .35s,color .35s,transform .35s}
.project-card:hover{position:relative;z-index:1;background:#171b16;transform:translateY(-4px)}
.project-card.project-featured{grid-column:1/-1;min-height:22rem;background:var(--lime);color:var(--ink)}
.project-card.project-featured:hover{background:#d5ff6d}
.project-meta{display:flex;justify-content:space-between;gap:1rem;color:var(--muted);font:400 .59rem var(--mono);text-transform:uppercase;letter-spacing:.06em}
.project-featured .project-meta{color:#495c20}
.project-meta a{padding-bottom:.2rem;border-bottom:1px solid currentColor}
.project-card h4{margin:auto 0 1rem;font-size:clamp(1.7rem,3vw,3.1rem);line-height:1;letter-spacing:-.05em;font-weight:500}
.project-card>p{max-width:43rem!important;margin:0;color:#b7b8b2!important;font-size:.85rem;line-height:1.7}
.project-featured>p{color:#344313!important}
.project-card ul{margin-top:1.5rem}
.project-featured li{border-color:rgba(11,13,12,.25);color:var(--ink)}
@media(max-width:800px){.projects{grid-template-columns:1fr}.project-list{grid-template-columns:1fr}.project-card.project-featured{grid-column:auto}.project-card{min-height:18rem}}
