.research-gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(235px, 1fr)); gap: 1rem; margin: 1.2rem 0 3rem; }
.research-figure { margin: 0; padding: .55rem; border: 1px solid rgba(127,127,127,.2); border-radius: 10px; background: rgba(127,127,127,.035); overflow: hidden; transition: transform .18s ease, box-shadow .18s ease; }
.research-figure:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,.08); }
.research-figure a { display: block; }
.research-figure img { width: 100%; height: 210px; object-fit: contain; display: block; border-radius: 6px; background: rgba(127,127,127,.04); }
