/* About page */
.story{
  background: rgba(255,255,255,0.92);
  border:1px solid rgba(15,23,42,0.10);
  border-radius: var(--radius-2);
  padding:1.25rem;
  box-shadow: 0 16px 40px rgba(2,6,23,0.08);
}
.values{ margin-top:1rem; }
.values .card{ background: rgba(255,255,255,0.94); }
