/* Variant used by cypher-project-data-analytics.html and cypher-project-healthcare.html.
   Three project mocks drifted slightly; this file captures the subset that
   the "default" two share. See also project-fintech.css / project-education.css. */
.project-hero-img { width: 100%; aspect-ratio: 16/7; object-fit: cover; display: block; background: var(--bg-soft); }
.detail-meta-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--border); padding-top: 32px; margin-top: 8px; }
