/* WebDNA case page — project-detail-DESIGN shell via wallpaper reference */
@import url('/wallpaper_ai_workflow/wallpaper.css');

/* Six website-feature chips: fixed 2 rows × 3 columns */
.article .field-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

/* Result pair: lock equal visual height across the two figures */
.figure--pair .figure img {
  width: 100%;
  height: auto;
  aspect-ratio: 2200 / 1128;
  object-fit: cover;
  object-position: center top;
}
