/* Feature grid — uses the shared .card-grid / .card rules from base.css. */

.section--feature_grid .card-grid{margin-top:0}

/* A card carrying a photo instead of an icon. */
.card--photo{padding-top:0}
.card__photo{position:relative;margin:0 -28px 22px;aspect-ratio:16/10;overflow:hidden;
  background:linear-gradient(160deg,#2B2F37,#1A1D23)}
.card__photo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
