.card {
  background: var(--c-surf);
  border-radius: var(--br);
  border: var(--brd);
  padding: calc(var(--s) * 2);
}
