/* Projects archive featured references: compact light cards in a responsive 4 / 2 / 1 grid. */
.v30-featured-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.v30-featured-grid>a{min-height:340px;aspect-ratio:auto;color:var(--henner-graphite)}.v30-featured-grid>a:after{background:linear-gradient(0deg,rgba(255,255,255,.96),rgba(255,255,255,.2) 100%)}.v30-featured-grid>a>span{color:var(--henner-red)}.v30-featured-grid h3{color:var(--henner-graphite)}.v30-featured-grid p{color:#3c454d}.v30-featured-grid b{color:var(--henner-red)}@media(max-width:1024px){.v30-featured-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.v30-featured-grid>a{min-height:400px}}@media(max-width:720px){.v30-featured-grid{grid-template-columns:1fr}.v30-featured-grid>a{min-height:360px}}
