/* about.css */
.values-grid { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 680px) { .values-grid { grid-template-columns: 1fr; } }
.values-grid .card h3 { margin-bottom: 0.4rem; }
.page-about .hero--short .container { max-width: 56ch; }
